Let's have a great deal.

2014-01-18 Thread John Walker
-- Let's have a great deal. My name is John Walker, I discovered an unclaimed Inheritance Fund in Our Bank, I know What Will be Required to Release The Fund to you.  Get back to Me with your information Via E-mail for More details: jw24...@hotmail.com  Regards,  John Walker ___

[PATCH] Staging: bcm: DDRInit: fix up spacing issues.

2014-01-18 Thread Gary Rookard
I fixed up some operator spacing issues. Signed-off-by: Gary Alan Rookard --- On branch staging-next drivers/staging/bcm/DDRInit.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers/staging/bcm/DDRInit.c b/drivers/staging/bcm/DDRInit.c inde

Re: [PATCH] drivers: staging: lustre: lustre: include: add "__attribute__((packed))" for the related union

2014-01-18 Thread Dan Carpenter
On Sat, Jan 18, 2014 at 06:26:10PM +0800, Chen Gang wrote: > On 01/18/2014 06:05 PM, Dan Carpenter wrote: > > On Sat, Jan 18, 2014 at 05:50:34PM +0800, Chen Gang wrote: > >> Unfortunately, not all compilers assumes the structures within a pack > >> region also need be packed (e.g. metag), so need a

Re: [PATCH 7/7] staging,lpc32xx_adc: Add dependency on HAS_IOMEM

2014-01-18 Thread Jonathan Cameron
On 14/01/14 15:45, Richard Weinberger wrote: On archs like S390 or um this driver cannot build nor work. Make it depend on HAS_IOMEM to bypass build failures. drivers/built-in.o: In function `lpc32xx_adc_probe': drivers/staging/iio/adc/lpc32xx_adc.c:149: undefined reference to `devm_ioremap'

Re: [PATCH 3/7] staging,spear_adc: Add dependency on HAS_IOMEM

2014-01-18 Thread Jonathan Cameron
On 14/01/14 15:45, Richard Weinberger wrote: On archs like S390 or um this driver cannot build nor work. Make it depend on HAS_IOMEM to bypass build failures. drivers/staging/iio/adc/spear_adc.c: In function ‘spear_adc_probe’: drivers/staging/iio/adc/spear_adc.c:393:2: error: implicit declaratio

Re: [PATCH] drivers: staging: lustre: lustre: include: add "__attribute__((packed))" for the related union

2014-01-18 Thread Chen Gang
On 01/18/2014 06:05 PM, Dan Carpenter wrote: > On Sat, Jan 18, 2014 at 05:50:34PM +0800, Chen Gang wrote: >> Unfortunately, not all compilers assumes the structures within a pack >> region also need be packed (e.g. metag), so need add a pack explicitly >> to satisfy all compilers. >> >> The related

Re: [PATCH] drivers: staging: lustre: lustre: include: add "__attribute__((packed))" for the related union

2014-01-18 Thread Dan Carpenter
On Sat, Jan 18, 2014 at 05:50:34PM +0800, Chen Gang wrote: > Unfortunately, not all compilers assumes the structures within a pack > region also need be packed (e.g. metag), so need add a pack explicitly > to satisfy all compilers. > > The related error (under metag with allmodconfig): > > CC

[PATCH] drivers: staging: lustre: lustre: include: add "__attribute__((packed))" for the related union

2014-01-18 Thread Chen Gang
Unfortunately, not all compilers assumes the structures within a pack region also need be packed (e.g. metag), so need add a pack explicitly to satisfy all compilers. The related error (under metag with allmodconfig): CC [M] drivers/staging/lustre/lustre/lov/lov_pack.o drivers/staging/lust

[PATCH] drivers: staging: android: ion: ion_dummy_driver: include "linux/io.h"

2014-01-18 Thread Chen Gang
Need add "linux/io.h" to pass compiling under metag architecture with allmodconfig (which use the default 'virt_to_phys'), the related error: CC drivers/staging/android/ion/ion_dummy_driver.o drivers/staging/android/ion/ion_dummy_driver.c: In function 'ion_dummy_init': drivers/staging