Commit b230005a authored by Gerd Knorr's avatar Gerd Knorr Committed by Linus Torvalds

[PATCH] video/arv: remove casts

Remove unneeded casts of (void *) pointers.
Signed-off-by: default avatarDomen Puncer <domen@coderock.org>
Signed-off-by: Gerd Knorr <kraxel@bytesex.org>-
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent df5cc083
......@@ -627,7 +627,7 @@ static void ar_interrupt(int irq, void *dev, struct pt_regs *regs)
*/
static int ar_initialize(struct video_device *dev)
{
struct ar_device *ar = (struct ar_device *)dev->priv;
struct ar_device *ar = dev->priv;
unsigned long cr = 0;
int i,found=0;
......
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