File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
drivers/media/usb/cx231xx Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -551,10 +551,9 @@ int cx231xx_i2c_register(struct cx231xx_i2c *bus)
551
551
* cx231xx_i2c_unregister()
552
552
* unregister i2c_bus
553
553
*/
554
- int cx231xx_i2c_unregister (struct cx231xx_i2c * bus )
554
+ void cx231xx_i2c_unregister (struct cx231xx_i2c * bus )
555
555
{
556
556
i2c_del_adapter (& bus -> i2c_adap );
557
- return 0 ;
558
557
}
559
558
560
559
/*
Original file line number Diff line number Diff line change @@ -762,7 +762,7 @@ int cx231xx_reset_analog_tuner(struct cx231xx *dev);
762
762
/* Provided by cx231xx-i2c.c */
763
763
void cx231xx_do_i2c_scan (struct cx231xx * dev , int i2c_port );
764
764
int cx231xx_i2c_register (struct cx231xx_i2c * bus );
765
- int cx231xx_i2c_unregister (struct cx231xx_i2c * bus );
765
+ void cx231xx_i2c_unregister (struct cx231xx_i2c * bus );
766
766
int cx231xx_i2c_mux_create (struct cx231xx * dev );
767
767
int cx231xx_i2c_mux_register (struct cx231xx * dev , int mux_no );
768
768
void cx231xx_i2c_mux_unregister (struct cx231xx * dev );
You can’t perform that action at this time.
0 commit comments