commit | 7653a73c334b6549ffeb7328eb206c3391b4aa05 | [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 | f527ef763eb1473279b264c5010e9c6a73bdb96d [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>