diff options
Diffstat (limited to 'arch/sh/kernel/setup.c')
-rw-r--r-- | arch/sh/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/setup.c b/arch/sh/kernel/setup.c index 050131eec773..dd38338553ef 100644 --- a/arch/sh/kernel/setup.c +++ b/arch/sh/kernel/setup.c | |||
@@ -429,7 +429,7 @@ int generic_mode_pins(void) | |||
429 | 429 | ||
430 | int test_mode_pin(int pin) | 430 | int test_mode_pin(int pin) |
431 | { | 431 | { |
432 | return sh_mv.mv_mode_pins() & (1 << pin); | 432 | return sh_mv.mv_mode_pins() & pin; |
433 | } | 433 | } |
434 | 434 | ||
435 | static const char *cpu_name[] = { | 435 | static const char *cpu_name[] = { |