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

Commit 7d51b77a authored by Zac Storer's avatar Zac Storer Committed by Greg Kroah-Hartman
Browse files

Staging: keucr: usb: fixed a brace coding style warning



Fixed a brace coding style warning.

Signed-off-by: default avatarZac Storer <zac.3.14159@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 1c50bf7e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -640,8 +640,7 @@ static int eucr_probe(struct usb_interface *intf, const struct usb_device_id *id

	/* Start up the thread for delayed SCSI-device scanning */
	th = kthread_create(usb_stor_scan_thread, us, "eucr-stor-scan");
	if (IS_ERR(th))
	{
	if (IS_ERR(th)) {
		pr_info("Unable to start the device-scanning thread\n");
		complete(&us->scanning_done);
		quiesce_and_remove_host(us);