* [PATCH] Drivers: Staging: ccg: Made checkpatch.pl clean
@ 2012-07-06 14:20 therealcykey
0 siblings, 0 replies; only message in thread
From: therealcykey @ 2012-07-06 14:20 UTC (permalink / raw)
To: gregkh, kyungmin.park, andrzej.p
Cc: benoit, lockwood, linux-kernel, devel, David Murray
From: David Murray <therealcykey@gmail.com>
Fixed a tiny checkpatch.pl warning.
Signed-off-by: David Murray <therealcykey@gmail.com>
---
drivers/staging/ccg/ccg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/ccg/ccg.c b/drivers/staging/ccg/ccg.c
index a5b36a9..c50fa02 100644
--- a/drivers/staging/ccg/ccg.c
+++ b/drivers/staging/ccg/ccg.c
@@ -1143,7 +1143,7 @@ static int ccg_bind(struct usb_composite_dev *cdev)
if (gcnum >= 0)
device_desc.bcdDevice = cpu_to_le16(0x0200 + gcnum);
else {
- pr_warning("%s: controller '%s' not recognized\n",
+ pr_warn("%s: controller '%s' not recognized\n",
longname, gadget->name);
device_desc.bcdDevice = __constant_cpu_to_le16(0x9999);
}
--
1.7.9.5
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-06 14:21 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-06 14:20 [PATCH] Drivers: Staging: ccg: Made checkpatch.pl clean therealcykey
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®