mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 18:23:53 +08:00
USB: opticon: Whitespace fixes in opticon driver
Signed-off-by: Alon Ziv <alon-git@nolaviz.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
0d930e51cf
commit
c6f694af83
@ -108,10 +108,10 @@ static void opticon_bulk_callback(struct urb *urb)
|
||||
else
|
||||
priv->rts = true;
|
||||
} else {
|
||||
dev_dbg(&priv->udev->dev,
|
||||
"Unknown data packet received from the device:"
|
||||
" %2x %2x\n",
|
||||
data[0], data[1]);
|
||||
dev_dbg(&priv->udev->dev,
|
||||
"Unknown data packet received from the device:"
|
||||
" %2x %2x\n",
|
||||
data[0], data[1]);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user