Skip to content
Snippets Groups Projects
Select Git revision
0 results

sequencer.c

  • Marek Vasut's avatar
    c336ca3e
    ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 6 · c336ca3e
    Marek Vasut authored
    
    This is kind of microseries-within-series indent cleanup.
    It is clear that the read_group and write_group variables
    have the same value, to just make them into one variable
    called rw_group. While doing this, constify the variables
    as they are constant.
    
    It is likely that this patch has checkpatch warnings, but
    for the sake of not breaking the code, these are ignored.
    
    No functional change.
    
    Signed-off-by: default avatarMarek Vasut <marex@denx.de>
    c336ca3e
    History
    ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 6
    Marek Vasut authored
    
    This is kind of microseries-within-series indent cleanup.
    It is clear that the read_group and write_group variables
    have the same value, to just make them into one variable
    called rw_group. While doing this, constify the variables
    as they are constant.
    
    It is likely that this patch has checkpatch warnings, but
    for the sake of not breaking the code, these are ignored.
    
    No functional change.
    
    Signed-off-by: default avatarMarek Vasut <marex@denx.de>