mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-06 06:35:12 +00:00
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 <pberger@brimson.com> Signed-off-by: Johan Hovold <johan@kernel.org>
This commit is contained in:
parent
277bf37bff
commit
ef9324b2bd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue