mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
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 |
||
|---|---|---|
| .. | ||
| adc-target.h | ||
| backlight-target.h | ||
| backlight-vibe500.c | ||
| button-target.h | ||
| button-vibe500.c | ||
| lcd-as-vibe500.S | ||
| lcd-vibe500.c | ||
| power-vibe500.c | ||
| powermgmt-vibe500.c | ||