diff options
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/probing.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mdk-stage1/probing.c b/mdk-stage1/probing.c index ecc45e9b9..31f7db0b1 100644 --- a/mdk-stage1/probing.c +++ b/mdk-stage1/probing.c @@ -364,7 +364,8 @@ void probe_that_type(enum driver_type type, enum media_bus bus __attribute__ ((u while (1) { unsigned int i; - unsigned short vendor, device, subvendor, subdevice, class_, class_prog, devbusfn; + unsigned short vendor, device, subvendor, subdevice, class_, devbusfn; + unsigned char class_prog; const char *name, *module; enum driver_type type_ = type; |