提交 e35d6d7c 编写于 作者: J Johan Hovold

USB: serial: io_ti: bind to interface after fw download

Bind to the interface, but do not register any ports, after having
downloaded the firmware. The device will still disconnect and
re-enumerate, but this way we avoid an error messages from being logged
as part of the process:

io_ti: probe of 1-1.3:1.0 failed with error -5
Signed-off-by: NJohan Hovold <johan@kernel.org>
上级 2330d0a8
...@@ -1499,8 +1499,7 @@ static int do_boot_mode(struct edgeport_serial *serial, ...@@ -1499,8 +1499,7 @@ static int do_boot_mode(struct edgeport_serial *serial,
dev_dbg(dev, "%s - Download successful -- Device rebooting...\n", __func__); dev_dbg(dev, "%s - Download successful -- Device rebooting...\n", __func__);
/* return an error on purpose */ return 1;
return -ENODEV;
} }
stayinbootmode: stayinbootmode:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册