summaryrefslogtreecommitdiff
path: root/include/linux/module.h
diff options
context:
space:
mode:
authorMarek Belisko <marek.belisko@open-nandra.com>2011-02-08 14:41:38 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-09 14:55:51 -0800
commitbcd2d92e62254320d012c8e879d651eeaa350661 (patch)
tree68db28e7ff5459bbda496fdd40a153683a5f2ec3 /include/linux/module.h
parent677aaa430669861f39bd43c02bdbc2e8f7f7ad2c (diff)
staging: ft1000: Remove unnecessary check in write_blk_fifo().
byte_length = word_length * 4; if (byte_length % 4) ... word_length * 4 is always aligned at 4 bytes. Remove pointless check. Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/module.h')
0 files changed, 0 insertions, 0 deletions