usb: musb: debugfs: improve copy_from_user() argument
authorMarkus Pargmann <mpa@pengutronix.de>
Wed, 14 Jan 2015 15:08:38 +0000 (16:08 +0100)
committerFelipe Balbi <balbi@ti.com>
Thu, 15 Jan 2015 15:41:51 +0000 (09:41 -0600)
commitfe198e34a44ce7f27e39c303d62a754129938194
tree5409d88ac44925fbf8dac80ccd679fbcfbe52a45
parent18d6b32fca3841f7cd9479b4024abd8a9b299281
usb: musb: debugfs: improve copy_from_user() argument

While the code is correct and functions well, it's still
a bit misleading to add the reference operator in from of
the buf argument.

This patch simply removes that operator in order to make
use of buf slightly better to the eyes.

Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/musb_debugfs.c