Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[pandora-kernel.git] / drivers / media / dvb / dvb-usb / dvb-usb.h
index 76a8096..7d35d07 100644 (file)
@@ -85,7 +85,7 @@ static inline u8 rc5_data(struct rc_map_table *key)
        return key->scancode & 0xff;
 }
 
-static inline u8 rc5_scan(struct rc_map_table *key)
+static inline u16 rc5_scan(struct rc_map_table *key)
 {
        return key->scancode & 0xffff;
 }