OSDN Git Service

thunderbolt: Make enum tb_drom_entry_type unsigned
authorAndreas Noever <andreas.noever@gmail.com>
Fri, 20 Jun 2014 19:42:24 +0000 (21:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jun 2014 20:06:01 +0000 (13:06 -0700)
commite7120778a4518a1c8f188ef9865058f7f5a36919
tree86a586cfd8c2842f67b20ed3b058abfe9bf8cd53
parent7f2d5f7bc529114c2e67520427be6ebac694e78f
thunderbolt: Make enum tb_drom_entry_type unsigned

Force enum tb_drom_entry_type to unsigned to fix the following error:

drivers/thunderbolt/eeprom.c:202:39: error: dubious one-bit signed bitfield

Signed-off-by: Andreas Noever <andreas.noever@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/thunderbolt/eeprom.c