Re: [PATCH] ivtv: Fix build warning

2012-03-06 Thread Danny Kukawka
Am 04.03.2012 19:25, schrieb Larry Finger:
 In driver ivtv, there is a mismatch between the type of the radio module 
 parameter
 and the storage variable, which leads to the following warning:
 
   CC [M]  drivers/media/video/ivtv/ivtv-driver.o
 drivers/media/video/ivtv/ivtv-driver.c: In function ‘__check_radio’:
 drivers/media/video/ivtv/ivtv-driver.c:142: warning: return from incompatible 
 pointer type
 drivers/media/video/ivtv/ivtv-driver.c: At top level:
 drivers/media/video/ivtv/ivtv-driver.c:142: warning: initialization from 
 incompatible pointer type
 
 Signed-off-by: Larry Finger larry.fin...@lwfinger.net

See my already twice send patches:
http://thread.gmane.org/gmane.linux.kernel/1246476

Danny
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] ivtv: Fix build warning

2012-03-06 Thread Larry Finger

On 03/06/2012 07:29 AM, Danny Kukawka wrote:

Am 04.03.2012 19:25, schrieb Larry Finger:

In driver ivtv, there is a mismatch between the type of the radio module 
parameter
and the storage variable, which leads to the following warning:

   CC [M]  drivers/media/video/ivtv/ivtv-driver.o
drivers/media/video/ivtv/ivtv-driver.c: In function ‘__check_radio’:
drivers/media/video/ivtv/ivtv-driver.c:142: warning: return from incompatible 
pointer type
drivers/media/video/ivtv/ivtv-driver.c: At top level:
drivers/media/video/ivtv/ivtv-driver.c:142: warning: initialization from 
incompatible pointer type

Signed-off-by: Larry Fingerlarry.fin...@lwfinger.net


See my already twice send patches:
http://thread.gmane.org/gmane.linux.kernel/1246476


Thanks for the link, and the information that the warning is being fixed.

Larry

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html