diff options
author | Axel Lin <axel.lin@ingics.com> | 2013-12-02 12:57:44 +0800 |
---|---|---|
committer | Sonic Zhang <sonic.zhang@analog.com> | 2013-12-06 16:06:51 +0800 |
commit | 9bac8f77698771165def23b9eebad536d5b5cd6d (patch) | |
tree | f035cb652dbbd992bf0dd97389980998e966228a /arch/blackfin | |
parent | 727cbe14b25b492bc9b96ad9d1f5f881d833028e (diff) | |
download | u-boot-imx-9bac8f77698771165def23b9eebad536d5b5cd6d.zip u-boot-imx-9bac8f77698771165def23b9eebad536d5b5cd6d.tar.gz u-boot-imx-9bac8f77698771165def23b9eebad536d5b5cd6d.tar.bz2 |
spi: bfin_spi6xx: Remove unnecessary test for bus and pins[bus]
For invalid bus number, current code returns NULL in the default case of
switch-case statements. In additional, pins[bus] is always not NULL because
it is the address of specific row of the two-dimensional array.
Thus this patch removes these unnecessary test.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Scott Jiang <scott.jiang.linux@gmail.com>
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Diffstat (limited to 'arch/blackfin')
0 files changed, 0 insertions, 0 deletions