mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
media: radio/wl128x: remove unnecessary (void*) conversions
The void * type pointer does not need to be cast. Signed-off-by: Zhou jie <zhoujie@nfschina.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
parent
251c0ea6ef
commit
637046bb5a
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user