Skip to content
Commit a24ddee3 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

V4L/DVB (9351): ibmcam: Fix a regression caused by a482f327



As reported by David Ellingsworth:
> I'm not sure if it matters or not, but the ibmcam driver in the
> Mauro's linux-2.6 git tree in the for_linus branch is currently
> broken.

uvd is equal to NULL during most of ibmcam_probe. Due to that, an OOPS is
generated at dev_info. This patch replaces uvd->dev->dev to dev->dev
inside this routine.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
Reviewed-by: default avatarDavid Ellingsworth <david@identd.dyndns.org>
parent 69df96c3
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