summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/aircable.c
diff options
context:
space:
mode:
authorDavid Brownell <david-b@pacbell.net>2008-04-13 23:00:44 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2008-04-25 06:16:53 +0200
commitc6dbf554bc8a79c9caab3dbf891a33c19068f646 (patch)
treebe47ae8d24aa2564fd424fecc1ef85e6717dd06d /drivers/usb/serial/aircable.c
parentUSB: add documentation about callbacks (diff)
downloadlinux-c6dbf554bc8a79c9caab3dbf891a33c19068f646.tar.xz
linux-c6dbf554bc8a79c9caab3dbf891a33c19068f646.zip
USB: cdc-acm: signedness fix
Fix bogus assignment of "unsigned char *" to "char *": preserve unsignedness. These values are used directly as descriptor lengths when iterating through the buffer, so this *could* cause oddness that potentially includes oopsing. (IMO not likely, except as part of a malicious device...) Fix the bogus warning in CDC ACM which highlighted this problem (by showing a negative descriptor type). It uses the undesirable legacy err() for something that's not even an error; switch to use dev_dbg, and show descriptor types in hex notation to match the convention for such codes. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Acked-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/aircable.c')
0 files changed, 0 insertions, 0 deletions