File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ static void mtk_remove(struct serdev_device *serdev)
126126 if (data -> vbackup )
127127 regulator_disable (data -> vbackup );
128128 gnss_serial_free (gserial );
129- };
129+ }
130130
131131#ifdef CONFIG_OF
132132static const struct of_device_id mtk_of_match [] = {
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ void gnss_serial_free(struct gnss_serial *gserial)
165165{
166166 gnss_put_device (gserial -> gdev );
167167 kfree (gserial );
168- };
168+ }
169169EXPORT_SYMBOL_GPL (gnss_serial_free );
170170
171171int gnss_serial_register (struct gnss_serial * gserial )
Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ static void sirf_remove(struct serdev_device *serdev)
551551 regulator_disable (data -> vcc );
552552
553553 gnss_put_device (data -> gdev );
554- };
554+ }
555555
556556#ifdef CONFIG_OF
557557static const struct of_device_id sirf_of_match [] = {
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ static void ubx_remove(struct serdev_device *serdev)
126126 if (data -> v_bckp )
127127 regulator_disable (data -> v_bckp );
128128 gnss_serial_free (gserial );
129- };
129+ }
130130
131131#ifdef CONFIG_OF
132132static const struct of_device_id ubx_of_match [] = {
You can’t perform that action at this time.
0 commit comments