commit | 0029d6c1deadd1d350688c56c791fc4afe44dbcf | [log] [tgz] |
---|---|---|
author | Nikita Kiryanov <nikita@compulab.co.il> | Tue Oct 28 14:59:29 2014 +0200 |
committer | Tom Rini <trini@ti.com> | Tue Oct 28 12:39:59 2014 -0400 |
tree | a4bc92ed472d085a6bb4fb2f93a4a6402b28a09f | |
parent | 93575c30acda2b5802f542a17b296646841c88c1 [diff] |
dwc_ahsata: use bitwise operator in sata_port_status The logic of the return statement in sata_port_status() calls for a bitwise 'AND' operator, not logical 'AND'. Fix the typo. Reported-by: Jeroen Hofstee <jeroen@myspectrum.nl> Cc: Jeroen Hofstee <jeroen@myspectrum.nl> Cc: Stefano Babic <sbabic@denx.de> Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>