aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_loader/fallback_table.c
diff options
context:
space:
mode:
authorAndrey Smirnov <[email protected]>2018-12-21 07:28:41 +0000
committerGreg Kroah-Hartman <[email protected]>2019-01-22 09:23:18 +0000
commit925f8d4aad5ca1bf18987a3cdcb0e176bddddcf1 (patch)
tree5e53df57ddc8c8944ea7822ad6211aeba770038b /drivers/base/firmware_loader/fallback_table.c
parenttools/firmware/ihex2fw: Simplify next record offset calculation (diff)
downloadkernel-925f8d4aad5ca1bf18987a3cdcb0e176bddddcf1.tar.gz
kernel-925f8d4aad5ca1bf18987a3cdcb0e176bddddcf1.zip
tools/firmware/ihex2fw: Replace explicit alignment with ALIGN
(X + 3) & ~3 is the same as ALIGN(X, 4), so replace all of the instances of the formwer in the code with the latter. While at it, introduce a helper variable 'record_size' to avoid duplicating length calculatin code. No functional change intended. Cc: Chris Healy <[email protected]> Cc: Kyle McMartin <[email protected]> Cc: Andrew Morton <[email protected]> Cc: Masahiro Yamada <[email protected]> Cc: David Woodhouse <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: linux-kernel <[email protected]> Signed-off-by: Andrey Smirnov <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/base/firmware_loader/fallback_table.c')
0 files changed, 0 insertions, 0 deletions