diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2022-05-17 15:02:39 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2022-05-17 15:11:23 +0200 |
commit | d5c4f24b2af991df2ec24df1a3f906049370f59f (patch) | |
tree | 640c4a349a2fce2b7dbee7ed0115726bd5d9c245 /target/linux/bcm27xx/patches-5.10/950-0653-media-i2c-ov9281-Remove-override-of-subdev-name.patch | |
parent | 99ad84b6d9727a63f99a16e0b8386747262e3433 (diff) | |
download | upstream-d5c4f24b2af991df2ec24df1a3f906049370f59f.tar.gz upstream-d5c4f24b2af991df2ec24df1a3f906049370f59f.tar.bz2 upstream-d5c4f24b2af991df2ec24df1a3f906049370f59f.zip |
bcm27xx: remove linux 5.10 compatibility
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm27xx/patches-5.10/950-0653-media-i2c-ov9281-Remove-override-of-subdev-name.patch')
-rw-r--r-- | target/linux/bcm27xx/patches-5.10/950-0653-media-i2c-ov9281-Remove-override-of-subdev-name.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/target/linux/bcm27xx/patches-5.10/950-0653-media-i2c-ov9281-Remove-override-of-subdev-name.patch b/target/linux/bcm27xx/patches-5.10/950-0653-media-i2c-ov9281-Remove-override-of-subdev-name.patch deleted file mode 100644 index 9960562dd4..0000000000 --- a/target/linux/bcm27xx/patches-5.10/950-0653-media-i2c-ov9281-Remove-override-of-subdev-name.patch +++ /dev/null @@ -1,28 +0,0 @@ -From c6e499074a7862e5323b324520b5aec7d89ff420 Mon Sep 17 00:00:00 2001 -From: Dave Stevenson <dave.stevenson@raspberrypi.com> -Date: Mon, 28 Jun 2021 10:49:04 +0100 -Subject: [PATCH] media: i2c: ov9281: Remove override of subdev name - -From the original Rockchip driver, the subdev was renamed -from the default to being "mov9281 <dev_name>" whereas the -default would have been "ov9281 <dev_name>". - -Remove the override to drop back to the default rather than -a vendor custom string. - -Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com> ---- - drivers/media/i2c/ov9281.c | 2 -- - 1 file changed, 2 deletions(-) - ---- a/drivers/media/i2c/ov9281.c -+++ b/drivers/media/i2c/ov9281.c -@@ -1197,8 +1197,6 @@ static int ov9281_probe(struct i2c_clien - if (ret < 0) - goto err_power_off; - -- snprintf(sd->name, sizeof(sd->name), "m%s %s", -- OV9281_NAME, dev_name(sd->dev)); - ret = v4l2_async_register_subdev_sensor_common(sd); - if (ret) { - dev_err(dev, "v4l2 async register subdev failed\n"); |