File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ static void mtk_remove(struct serdev_device *serdev)
126
126
if (data -> vbackup )
127
127
regulator_disable (data -> vbackup );
128
128
gnss_serial_free (gserial );
129
- };
129
+ }
130
130
131
131
#ifdef CONFIG_OF
132
132
static 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)
165
165
{
166
166
gnss_put_device (gserial -> gdev );
167
167
kfree (gserial );
168
- };
168
+ }
169
169
EXPORT_SYMBOL_GPL (gnss_serial_free );
170
170
171
171
int 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)
551
551
regulator_disable (data -> vcc );
552
552
553
553
gnss_put_device (data -> gdev );
554
- };
554
+ }
555
555
556
556
#ifdef CONFIG_OF
557
557
static 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)
126
126
if (data -> v_bckp )
127
127
regulator_disable (data -> v_bckp );
128
128
gnss_serial_free (gserial );
129
- };
129
+ }
130
130
131
131
#ifdef CONFIG_OF
132
132
static const struct of_device_id ubx_of_match [] = {
You can’t perform that action at this time.
0 commit comments