mirror of
https://github.com/tbsdtv/media_build.git
synced 2025-07-23 04:13:02 +02:00
15 lines
641 B
Diff
15 lines
641 B
Diff
diff --git a/drivers/media/pci/intel/ipu3/ipu3-cio2-main.c b/drivers/media/pci/intel/ipu3/ipu3-cio2-main.c
|
|
index 34984a7474ed..2c9d035255d6 100644
|
|
--- a/drivers/media/pci/intel/ipu3/ipu3-cio2-main.c
|
|
+++ b/drivers/media/pci/intel/ipu3/ipu3-cio2-main.c
|
|
@@ -1375,8 +1375,7 @@ struct sensor_async_subdev {
|
|
struct csi2_bus_info csi2;
|
|
};
|
|
|
|
-#define to_sensor_asd(__asd) \
|
|
- container_of_const(__asd, struct sensor_async_subdev, asd)
|
|
+#define to_sensor_asd(asd) container_of(asd, struct sensor_async_subdev, asd)
|
|
|
|
/* The .bound() notifier callback when a match is found */
|
|
static int cio2_notifier_bound(struct v4l2_async_notifier *notifier,
|