o.c: In function ‘vidioc_g_std’:
drivers/staging/most/video/video.c:309:25: warning: unused variable ‘mdev’
[-Wunused-variable]
struct most_video_dev *mdev = fh->mdev;
^~~~
Remove the 'mdev' declaration.
Fixes: 7d7cdb4fa552 ("staging: most: video: remove debu
dpio: add QBMan portal APIs for DPAA2")
Signed-off-by: Anders Roxell
---
drivers/staging/fsl-mc/bus/dpio/qbman-portal.c | 5 -
1 file changed, 5 deletions(-)
diff --git a/drivers/staging/fsl-mc/bus/dpio/qbman-portal.c
b/drivers/staging/fsl-mc/bus/dpio/qbman-portal.c
index 7b75c934b201.