[PATCH] staging: video: fix warning unused variable

2018-05-14 Thread Anders Roxell
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

[PATCH] staging: fsl-mc/dpio: remove unused function

2018-03-06 Thread Anders Roxell
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.