Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9707cb55 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] go7007: update the README, fix checkpatch warnings



This prepares the driver for moving out of staging.

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <m.chehab@samsung.com>
parent 5cbf17f5
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
Todo:
Todo:
	- create an API for motion detection
	- let s2250-board use i2c subdevs as well instead of hardcoding
	- let s2250-board use i2c subdevs as well instead of hardcoding
	  support for the i2c devices.
	  support for the i2c devices.
	- when the driver is moved out of staging, support for saa7134-go7007
	- when the driver is moved out of staging, support for saa7134-go7007
+1 −5
Original line number Original line Diff line number Diff line
@@ -9,10 +9,6 @@
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software Foundation,
 * Inc., 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
 */
 */


#include <linux/module.h>
#include <linux/module.h>
@@ -225,7 +221,7 @@ static int init_i2c_module(struct i2c_adapter *adapter, const struct go_i2c *con
		return 0;
		return 0;
	}
	}


	printk(KERN_INFO "go7007: probing for module i2c:%s failed\n", i2c->type);
	pr_info("go7007: probing for module i2c:%s failed\n", i2c->type);
	return -EINVAL;
	return -EINVAL;
}
}


+0 −4
Original line number Original line Diff line number Diff line
@@ -9,10 +9,6 @@
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software Foundation,
 * Inc., 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
 */
 */


/*
/*
+0 −4
Original line number Original line Diff line number Diff line
@@ -9,10 +9,6 @@
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software Foundation,
 * Inc., 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
 */
 */


#include <linux/module.h>
#include <linux/module.h>
+0 −4
Original line number Original line Diff line number Diff line
@@ -9,10 +9,6 @@
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software Foundation,
 * Inc., 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
 */
 */


#include <linux/module.h>
#include <linux/module.h>
Loading