rockbox/firmware/target
Thomas Jarosch d62e1b3c5f vibe 500: Fix ide_powered() always returning false
While the right GPIO location is accessed,
the result of the logical AND was tested wrong.

I don't have this hardware, but I can imagine
that bug caused ide_power_enable() to be called
more times than it needed to be.

cppcheck reported:
[rockbox/firmware/target/arm/pbell/vibe500/power-vibe500.c:101]: (style) Expression '(X & 0x8) == 0x1' is always false.

Change-Id: I98498f79d383c6f29869e170bfc94ba9a0d2ba7e
2014-12-20 14:03:23 +01:00
..
arm vibe 500: Fix ide_powered() always returning false 2014-12-20 14:03:23 +01:00
coldfire MPIO HD300: Fix occasional scrollstrip hang 2014-04-15 08:18:56 +02:00
hosted maemo port: Fix startup crash exposed by audio thread refactoring 2014-12-20 02:23:15 +01:00
mips Rewrite filesystem code (WIP) 2014-08-30 03:48:23 +02:00
sh Add missing kernel.h includes (hopefully all of them), take #2. 2014-01-05 20:42:48 +01:00