Commit c8a17949 authored by Andrew Morton's avatar Andrew Morton Committed by James Toy

remove unneeded cast.

Cc: Hans Verkuil <hverkuil@xs4all.nl>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Cc: Richard Rjfors <richard.rojfors.ext@mocean-labs.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 05af2950
......@@ -90,7 +90,7 @@ static int adv7180_querystd(struct v4l2_subdev *sd, v4l2_std_id *std)
{
struct i2c_client *client = v4l2_get_subdevdata(sd);
*(v4l2_std_id *)std = determine_norm(client);
*std = determine_norm(client);
return 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