mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 03:04:01 +08:00
uwb: clean an indentation issue, remove extraneous tab
Trivial fix to clean up an indentation issue, remove tab Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1d3e773ae0
commit
8ec23b9011
@ -309,7 +309,7 @@ int i1480_usb_cmd(struct i1480 *i1480, const char *cmd_name, size_t cmd_size)
|
||||
if (result < 0) {
|
||||
dev_err(dev, "%s: cannot submit NEEP read: %d\n",
|
||||
cmd_name, result);
|
||||
goto error_submit_ep1;
|
||||
goto error_submit_ep1;
|
||||
}
|
||||
/* Now post the command on EP0 */
|
||||
result = usb_control_msg(
|
||||
|
Loading…
Reference in New Issue
Block a user