mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 23:23:03 +00:00
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:
parent
8290b56762
commit
b1dad2f091
@ -1198,7 +1198,7 @@ release_fw:
|
||||
release_firmware(fw);
|
||||
|
||||
return ret;
|
||||
};
|
||||
}
|
||||
|
||||
static int cd321x_init(struct tps6598x *tps)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user