Skip to content

Commit

Permalink
usb: mtu3: fix semicolon.cocci warnings
Browse files Browse the repository at this point in the history
drivers/usb/mtu3/mtu3_host.c:58:2-3: Unneeded semicolon

 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: f0ede2c ("usb: mtu3: supports remote wakeup for mt2712 with two SSUSB IPs")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Acked-by: Chunfeng Yun <chunfeng.yun@mediatek.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Fengguang Wu authored and Greg Kroah-Hartman committed Jan 16, 2018

Unverified

No user is associated with the committer email.
1 parent b926c1d commit b90c6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/mtu3/mtu3_host.c
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ static void ssusb_wakeup_ip_sleep_set(struct ssusb_mtk *ssusb, bool enable)
break;
default:
return;
};
}
regmap_update_bits(ssusb->uwk, reg, msk, val);
}

0 comments on commit b90c6d1

Please sign in to comment.