Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e97e6c4f authored by David Murray's avatar David Murray Committed by Greg Kroah-Hartman
Browse files

Drivers: Staging: ccg: Made checkpatch.pl clean



Fixed a tiny checkpatch.pl warning.

Signed-off-by: default avatarDavid Murray <therealcykey@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7183f337
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
	}