commit | fe198e34a44ce7f27e39c303d62a754129938194 | [log] [tgz] |
---|---|---|
author | Markus Pargmann <mpa@pengutronix.de> | Wed Jan 14 16:08:38 2015 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Thu Jan 15 09:41:51 2015 -0600 |
tree | 5409d88ac44925fbf8dac80ccd679fbcfbe52a45 | |
parent | 18d6b32fca3841f7cd9479b4024abd8a9b299281 [diff] |
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>