USB: io_edgeport: fix the reported firmware major and minor
commit6392e10aa23690d8a159aea04ab08fece2f5a2cd
authorBjørn Mork <bjorn@mork.no>
Mon, 17 Jan 2011 13:19:37 +0000 (17 14:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 30 Apr 2011 14:52:56 +0000 (30 16:52 +0200)
tree042f702c92aa38ad78c5fe77ce15369ea17556e3
parent98e22fe111aa4f1db09c93ebdd021107e4b8cd4d
USB: io_edgeport: fix the reported firmware major and minor

commit 271c1150b4f8e1685e5a8cbf76e329ec894481da upstream.

The major and minor number saved in the product_info structure
were copied from the address instead of the data, causing an
inconsistency in the reported versions during firmware loading:

 usb 4-1: firmware: requesting edgeport/down.fw
 /usr/src/linux/drivers/usb/serial/io_edgeport.c: downloading firmware version (930) 1.16.4
 [..]
 /usr/src/linux/drivers/usb/serial/io_edgeport.c: edge_startup - time 3 4328191260
 /usr/src/linux/drivers/usb/serial/io_edgeport.c:   FirmwareMajorVersion  0.0.4

This can cause some confusion whether firmware loaded successfully
or not.

Signed-off-by: Bjørn Mork <bjorn@mork.no>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/io_edgeport.c