Commit 637046bb authored by Zhou jie's avatar Zhou jie Committed by Mauro Carvalho Chehab

media: radio/wl128x: remove unnecessary (void*) conversions

The void * type pointer does not need to be cast.
Signed-off-by: default avatarZhou jie <zhoujie@nfschina.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent 251c0ea6
......@@ -1442,7 +1442,7 @@ static long fm_st_receive(void *arg, struct sk_buff *skb)
{
struct fmdev *fmdev;
fmdev = (struct fmdev *)arg;
fmdev = arg;
if (skb == NULL) {
fmerr("Invalid SKB received from ST\n");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment