From: Peter E. Berger Date: Wed, 16 Sep 2015 08:12:59 +0000 (-0500) Subject: USB: io_ti: Use serial->interface for messages in download_fw X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ef9324b2bd2bb879a5512cfb9210d86e8ed6093f;p=deliverable%2Flinux.git USB: io_ti: Use serial->interface for messages in download_fw Use serial->interface instead of serial->dev for messages in download_fw(). Signed-off-by: Peter E. Berger Signed-off-by: Johan Hovold --- diff --git a/drivers/usb/serial/io_ti.c b/drivers/usb/serial/io_ti.c index fc82408e3b48..d41ba747220d 100644 --- a/drivers/usb/serial/io_ti.c +++ b/drivers/usb/serial/io_ti.c @@ -989,7 +989,7 @@ static int check_fw_sanity(struct edgeport_serial *serial, static int download_fw(struct edgeport_serial *serial, const struct firmware *fw) { - struct device *dev = &serial->serial->dev->dev; + struct device *dev = &serial->serial->interface->dev; int status = 0; int start_address; struct edge_ti_manuf_descriptor *ti_manuf_desc;