usb: typec: tipd: Delete extra semi-colon

There shouldn't be a ; at the end of the function, delete it.

Signed-off-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
Reviewed-by: Javier Carrasco <javier.carrasco@wolfvision.net>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20240724162356.992763-2-harshit.m.mogalapalli@oracle.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Harshit Mogalapalli 2024-07-24 09:23:51 -07:00 committed by Greg Kroah-Hartman
parent 8290b56762
commit b1dad2f091

View File

@ -1198,7 +1198,7 @@ release_fw:
release_firmware(fw);
return ret;
};
}
static int cd321x_init(struct tps6598x *tps)
{