Commit b1dad2f0 authored by Harshit Mogalapalli's avatar Harshit Mogalapalli Committed by Greg Kroah-Hartman

usb: typec: tipd: Delete extra semi-colon

There shouldn't be a ; at the end of the function, delete it.
Signed-off-by: default avatarHarshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Reviewed-by: default avatarJavier Carrasco <javier.carrasco@wolfvision.net>
Reviewed-by: default avatarHeikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20240724162356.992763-2-harshit.m.mogalapalli@oracle.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8290b567
......@@ -1198,7 +1198,7 @@ static int tps6598x_apply_patch(struct tps6598x *tps)
release_firmware(fw);
return ret;
};
}
static int cd321x_init(struct tps6598x *tps)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment