Re: [PATCH] Fix notify callback prototype

2009-03-15 Thread Hans Verkuil
On Sunday 15 March 2009 10:20:45 Jean Delvare wrote: > I see the following warning when building the zoran driver: > v4l/zoran_card.c: In function 'zoran_probe': > v4l/zoran_card.c:1243: warning: assignment from incompatible pointer type > > Fixing the notify callback prototype solves it. > > Signe

[PATCH] Fix notify callback prototype

2009-03-15 Thread Jean Delvare
I see the following warning when building the zoran driver: v4l/zoran_card.c: In function 'zoran_probe': v4l/zoran_card.c:1243: warning: assignment from incompatible pointer type Fixing the notify callback prototype solves it. Signed-off-by: Jean Delvare Cc: Hans Verkuil Cc: Trent Piepho ---