[PATCH] media: videobuf2-dma-contig: include header for exported symbols

2012-04-24 Thread H Hartley Sweeten
tic? warning: symbol 'vb2_dma_contig_cleanup_ctx' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten Cc: Pawel Osciak Cc: Marek Szyprowski Cc: Kyungmin Park Cc: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/videobuf2-dma-contig.c b/drivers/media/video/videob

[PATCH] media: videobuf2-dma-contig: quiet sparse noise about plain integer as NULL pointer

2012-04-24 Thread H Hartley Sweeten
The function vb2_dma_contig_vaddr returns a void * not an integer. Quiets the sparse noise: warning: Using plain integer as NULL pointer Signed-off-by: H Hartley Sweeten Cc: Pawel Osciak Cc: Marek Szyprowski Cc: Kyungmin Park Cc: Mauro Carvalho Chehab --- diff --git a/drivers/media/video

RE: [PATCH 10/10] drivers: misc: use module_platform_driver_probe()

2013-03-15 Thread H Hartley Sweeten
On Thursday, March 14, 2013 6:58 AM, Arnd Bergmann wrote: > On Thursday 14 March 2013, Fabio Porcedda wrote: >> This patch converts the drivers to use the >> module_platform_driver_probe() macro which makes the code smaller and >> a bit simpler. >> >> Signed-off-by: Fabio Porcedda >> Cc: Greg Kro

[PATCH] drivers/media/video/tveeprom.c: use %pM to show MAC address

2009-12-30 Thread H Hartley Sweeten
Use the %pM kernel extension to display the MAC address. Signed-off-by: H Hartley Sweeten --- diff --git a/drivers/media/video/tveeprom.c b/drivers/media/video/tveeprom.c index d533ea5..0a87749 100644 --- a/drivers/media/video/tveeprom.c +++ b/drivers/media/video/tveeprom.c @@ -680,10 +680,7

[PATCH] drivers/media/video/cx23885/cx23885-dvb.c: use %pM to show MAC address

2009-12-30 Thread H Hartley Sweeten
Use the %pM kernel extension to display the MAC address. Signed-off-by: H Hartley Sweeten Cc: Steven Toth --- diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c index e45d2df..f9243de 100644 --- a/drivers/media/video/cx23885/cx23885-dvb.c +++ b

[PATCH] drivers/media/dvb/dvb-core/dvb_net.c: use %pM to show MAC address

2009-12-30 Thread H Hartley Sweeten
Use the %pM kernel extension to display the MAC address and mask. The only difference in the output is that the output is shown in the usual colon-separated hex notation. Signed-off-by: H Hartley Sweeten Cc: David S. Miller --- diff --git a/drivers/media/dvb/dvb-core/dvb_net.c b/drivers

[PATCH] drivers/media/video/cx23885/cx23885-dvb.c: use %pM to show MAC address

2010-01-05 Thread H Hartley Sweeten
Use the %pM kernel extension to display the MAC address. Signed-off-by: H Hartley Sweeten Cc: Steven Toth Cc: David S. Miller --- Repost due to merge issues. diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c index e45d2df..f9243de 100644

[PATCH] drivers/media/dvb/dvb-core/dvb_net.c: use %pM to show MAC address

2010-01-05 Thread H Hartley Sweeten
Use the %pM kernel extension to display the MAC address and mask. The only difference in the output is that the output is shown in the usual colon-separated hex notation. Signed-off-by: H Hartley Sweeten Cc: David S. Miller --- Repost due to merge issues. diff --git a/drivers/media/dvb/dvb

[PATCH] drivers/media/video/tveeprom.c: use %pM to show MAC address

2010-01-05 Thread H Hartley Sweeten
Use the %pM kernel extension to display the MAC address. Signed-off-by: H Hartley Sweeten Cc: David S. Miller --- Repost due to merge issues. diff --git a/drivers/media/video/tveeprom.c b/drivers/media/video/tveeprom.c index d533ea5..0a87749 100644 --- a/drivers/media/video/tveeprom.c +++ b

[PATCH] drivers/media/common: remove unnecessary casts of void *

2010-01-08 Thread H Hartley Sweeten
drivers/media/common: Remove unnecessary casts of void * void pointers do not need to be cast to other pointer types. Signed-off-by: H Hartley Sweeten Cc: Michael Hunold Cc: Mauro Carvalho Chehab --- drivers/media/common/saa7146_vbi.c |6 +++--- drivers/media/common/saa7146_video.c

RE: [PATCH] drivers/media/common: remove unnecessary casts of void *

2010-01-29 Thread H Hartley Sweeten
On Thursday, January 28, 2010 9:59 PM, Mauro Carvalho Chehab wrote: > H Hartley Sweeten wrote: >> drivers/media/common: Remove unnecessary casts of void * >> >> void pointers do not need to be cast to other pointer types. >> >> diff --git a/drivers/media/common/