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

usb: typec: tipd: Delete extra semi-colon

parent 8290b567
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1198,7 +1198,7 @@ static int tps6598x_apply_patch(struct tps6598x *tps)
	release_firmware(fw);

	return ret;
};
}

static int cd321x_init(struct tps6598x *tps)
{