Dan Carpenter f10718f5b8 USB: io_edgeport: eliminate get_string()
Johan Hovold points out that get_string() is basically just a
re-implimentation of usb_string().  It is also buggy.  It does DMA on
the stack and it doesn't handle negative returns from
usb_get_descriptor().  Plus unicode_to_ascii() is a rubbish function and
moving to usb_string() avoids using it.

Let's eliminate get_string() entirely.

Reported-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-03-02 14:54:47 -08:00
..
2008-07-22 13:03:22 -07:00
2010-03-02 14:54:16 -08:00
2010-03-02 14:54:16 -08:00
2008-02-01 14:34:47 -08:00
2010-03-02 14:54:34 -08:00
2010-03-02 14:53:57 -08:00
2007-08-22 14:27:43 -07:00
2008-07-22 13:03:22 -07:00