overdue payment

2015-05-08 Thread Finance
Hi, Your outstanding overdue payment has been authenticated for onward transfer, however we need your receiving and full contact details to execute payment. Congratulations. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___

[PATCH] staging: gdm724: adding kernel endianness header

2015-05-08 Thread Jaime Arrocha
>From TODO list: remove test for host endian Included header to gather information about host endianness. Please let me know if the code addition requires corrections to meet standards. Signed-off-by: Jaime Arrocha --- drivers/staging/gdm724x/gdm_endian.c | 22 ++ 1 file ch

[PATCH 1/2] staging: lustre: cl_page: drop unneeded variable

2015-05-08 Thread Julia Lawall
Drop variable made unnecessary by conversion of obd free functions to kfree. Signed-off-by: Julia Lawall --- drivers/staging/lustre/lustre/obdclass/cl_page.c |1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/obdclass/cl_page.c b/drivers/staging/lustre/lustre/o

[PATCH 2/2] staging: lustre: cl_page: delete empty macros

2015-05-08 Thread Julia Lawall
CS_PAGE_INC etc. do nothing, so remove them. The semantic patch that performs this transformation is as follows: (http://coccinelle.lip6.fr/) // @@ expression o,item,state; @@ ( - CS_PAGE_INC(o, item); | - CS_PAGE_DEC(o, item); | - CS_PAGESTATE_INC(o, state); | - CS_PAGESTATE_DEC(o, state); ) //

[PATCH 0/2] staging: lustre: cl_page: drop unneeded variable and macros

2015-05-08 Thread Julia Lawall
Drop an unneeded variable in drivers/staging/lustre/lustre/obdclass/cl_page.c and then drop a set of empty macros. ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

RE: [PATCH 0/6] staging: comedi: gsc_hpdi: some clean-ups

2015-05-08 Thread Hartley Sweeten
On Tuesday, May 05, 2015 10:47 AM, Ian Abbott wrote: > Simplify (eliminate) the board type matching code, since only a single > board type is supported. Reformat the comments. Fix the checkpatch > issues. Use a better module description string. > > 1) staging: comedi: gsc_hpdi: tidy up comments

Re: [PATCH 126/141] staging: unisys: Convert the epilog functions to visor_device

2015-05-08 Thread Greg KH
On Fri, May 08, 2015 at 12:06:37PM -0400, Don Zickus wrote: > On Fri, May 08, 2015 at 04:02:06PM +0200, Greg KH wrote: > > On Fri, May 08, 2015 at 09:56:41AM -0400, Don Zickus wrote: > > > On Fri, May 08, 2015 at 11:00:18AM +0300, Dan Carpenter wrote: > > > > On Tue, May 05, 2015 at 06:37:43PM -040

Re: [PATCH 126/141] staging: unisys: Convert the epilog functions to visor_device

2015-05-08 Thread Don Zickus
On Fri, May 08, 2015 at 04:02:06PM +0200, Greg KH wrote: > On Fri, May 08, 2015 at 09:56:41AM -0400, Don Zickus wrote: > > On Fri, May 08, 2015 at 11:00:18AM +0300, Dan Carpenter wrote: > > > On Tue, May 05, 2015 at 06:37:43PM -0400, Benjamin Romer wrote: > > > > From: Don Zickus > > > > @@ -1128,

Re: [PATCH 126/141] staging: unisys: Convert the epilog functions to visor_device

2015-05-08 Thread Greg KH
On Fri, May 08, 2015 at 09:56:41AM -0400, Don Zickus wrote: > On Fri, May 08, 2015 at 11:00:18AM +0300, Dan Carpenter wrote: > > On Tue, May 05, 2015 at 06:37:43PM -0400, Benjamin Romer wrote: > > > From: Don Zickus > > > @@ -1128,7 +1119,7 @@ device_epilog(u32 bus_no, u32 dev_no, struct > > > sp

Re: [PATCH 126/141] staging: unisys: Convert the epilog functions to visor_device

2015-05-08 Thread Don Zickus
On Fri, May 08, 2015 at 11:00:18AM +0300, Dan Carpenter wrote: > On Tue, May 05, 2015 at 06:37:43PM -0400, Benjamin Romer wrote: > > From: Don Zickus > > @@ -1128,7 +1119,7 @@ device_epilog(u32 bus_no, u32 dev_no, struct > > spar_segment_state state, u32 cmd, > > switch (cmd) { > >

Re: [PATCH 000/141] staging: unisys: s-Par driver rebuild series

2015-05-08 Thread Ben Romer
On 05/08/2015 04:52 AM, Dan Carpenter wrote: I'm finished going through these patches. Pretty decent over all. My only comment was that there were three? places where we introduced a bug and then fixed it in a later patch. I kind of wish the fix were folded into the original patch. I don't kn

Re: [PATCH 000/141] staging: unisys: s-Par driver rebuild series

2015-05-08 Thread Greg KH
On Tue, May 05, 2015 at 06:35:37PM -0400, Benjamin Romer wrote: > This series of patches contains a complete overhaul of the s-Par driver tree, > introducing a new (and significantly improved) driver called visorbus. > This new module consolidates the support code from the many other > modules that

Re: [PATCH 10/18] media controller: use macros to check for V4L2 subdev entities

2015-05-08 Thread Mauro Carvalho Chehab
Em Fri, 08 May 2015 14:46:19 +0200 Hans Verkuil escreveu: > On 05/08/2015 03:12 AM, Mauro Carvalho Chehab wrote: > > Instead of relying on media subtype, use the new macros to detect > > if an entity is a subdev or an A/V DMA entity. > > > > Please note that most drivers assume that there's just

Re: [PATCH 134/141] staging: unisys: Hide vbus_hdr_info from public visor_device

2015-05-08 Thread Dan Carpenter
On Fri, May 08, 2015 at 11:34:57AM +0300, Dan Carpenter wrote: > On Tue, May 05, 2015 at 06:37:51PM -0400, Benjamin Romer wrote: > > From: Don Zickus > > @@ -1230,8 +1231,16 @@ create_bus_instance(struct visor_device *vdev) > > { > > int rc; > > u32 id = vdev->chipset_bus_no; > > + stru

Re: [PATCH 10/18] media controller: use macros to check for V4L2 subdev entities

2015-05-08 Thread Hans Verkuil
On 05/08/2015 03:12 AM, Mauro Carvalho Chehab wrote: > Instead of relying on media subtype, use the new macros to detect > if an entity is a subdev or an A/V DMA entity. > > Please note that most drivers assume that there's just AV_DMA or > V4L2 subdevs. This is not true anymore, as we've added MC

Re: [PATCH v2 8/8] staging: lustre: code cleanup - normalize whitespace

2015-05-08 Thread Dan Carpenter
On Fri, May 08, 2015 at 08:01:00AM -0400, Mike Shuey wrote: > + struct rdma_cm_id *ibh_cmid; /* listener cmid */ > + struct ib_device *ibh_ibdev; /* IB device */ > + intibh_page_shift /* page shift of current HCA */ > + int

Re: [PATCH v2 1/8] staging: lustre: code cleanup - variable declaration spacing Clean up spacing in some variable declarations, to be more consistent.

2015-05-08 Thread Dan Carpenter
Put a blank line after the subject in git or it all gets put into the email subject. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH v2 8/8] staging: lustre: code cleanup - normalize whitespace

2015-05-08 Thread Julia Lawall
> static __u32 kiblnd_cksum(void *ptr, int nob) > { > - char *c = ptr; > - __u32 sum = 0; > + char *c = ptr; > + __u32 sum = 0; Maybe drop the extra space after c here. julia ___ devel mailing list de...@linuxdriverproject.org http

[PATCH v2 4/8] staging: lustre: remove LNetSetAsync - dead code

2015-05-08 Thread Mike Shuey
LNetSetAsync() returns 0, and is never called. Doesn't exist in the Intel tree, either. Remove it. --- drivers/staging/lustre/include/linux/lnet/api.h |1 - drivers/staging/lustre/lnet/lnet/lib-move.c | 24 --- 2 files changed, 0 insertions(+), 25 deletions(-) diff

[PATCH v2 7/8] staging: lustre: code cleanup - variable declaration cleanups

2015-05-08 Thread Mike Shuey
Unify variable declarations to a single space. Signed-off-by: Mike Shuey --- drivers/staging/lustre/lnet/lnet/peer.c| 50 +++--- drivers/staging/lustre/lnet/lnet/router.c | 224 drivers/staging/lustre/lnet/lnet/router_proc.c | 210 +++---

[PATCH v2 8/8] staging: lustre: code cleanup - normalize whitespace

2015-05-08 Thread Mike Shuey
Normalize whitespace in variable declarations. Extensive cleanups to lnet/klnds/o2iblnd. Signed-off-by: Mike Shuey --- .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c| 458 +++--- .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h| 679 ++-- .../staging/lustre/lne

[PATCH v2 2/8] staging: lustre: remove lnet_fini_locks (dead code)

2015-05-08 Thread Mike Shuey
lnet_fini_locks() does nothing. Remove. --- drivers/staging/lustre/lnet/lnet/api-ni.c |8 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/drivers/staging/lustre/lnet/lnet/api-ni.c b/drivers/staging/lustre/lnet/lnet/api-ni.c index 6910f56..1adc481 100644 --- a/drivers/

[PATCH v2 1/8] staging: lustre: code cleanup - variable declaration spacing Clean up spacing in some variable declarations, to be more consistent.

2015-05-08 Thread Mike Shuey
Signed-off-by: Mike Shuey --- drivers/staging/lustre/lnet/lnet/acceptor.c | 32 ++-- drivers/staging/lustre/lnet/lnet/api-ni.c | 198 +++--- drivers/staging/lustre/lnet/lnet/config.c | 238 +- drivers/staging/lustre/lnet/lnet/lib-eq.c | 42 +++--

[PATCH v2 6/8] staging: lustre: lnet: lnet: Module is LNet, not Portals

2015-05-08 Thread Mike Shuey
Fix the module version to match upstream development. Signed-off-by: Mike Shuey --- drivers/staging/lustre/lnet/lnet/module.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/staging/lustre/lnet/lnet/module.c b/drivers/staging/lustre/lnet/lnet/module.c index ff3

[PATCH v2 3/8] staging: lustre: code cleanup - variable declaration spacing

2015-05-08 Thread Mike Shuey
Clean up spacing in some variable declarations, to be more consistent. --- drivers/staging/lustre/lnet/lnet/lib-md.c | 26 ++-- drivers/staging/lustre/lnet/lnet/lib-me.c | 20 +- drivers/staging/lustre/lnet/lnet/lib-move.c | 240 +- 3 files changed, 143 insertions(

[PATCH v2 5/8] staging: lustre: lnet: lnet: code cleanup - variable declaration spacing

2015-05-08 Thread Mike Shuey
Unify spacing among variable declaration and bulk assignments. Signed-off-by: Mike Shuey --- drivers/staging/lustre/lnet/lnet/lib-msg.c | 50 ++-- drivers/staging/lustre/lnet/lnet/lib-ptl.c | 116 ++-- drivers/staging/lustre/lnet/lnet/lo.c |2 +- drive

[PATCHv2]staging: rtl8192e: use time_before() macro

2015-05-08 Thread Gujulan Elango, Hari Prasath (H.)
This patch replaces the condition check for time elapsed with a simplified time_before() macro Signed-off-by: Hari Prasath Gujulan Elango --- v2:Fixes a build warning.time_before() macro requires both of its arguments to be unsigned long.Build warning was missed & later reported by the kb

Re: [PATCH] staging: rtl8192u: ieee80211: Silence sparse warning

2015-05-08 Thread Dan Carpenter
To be honest, I'm a little bit a newbie myself when it comes to linux-wireless so keep that in mind. ;) Changing the parameters seems simple enough. But it needs to an EXPORT_SYMBOL() and to be declared in a header file and I'm not sure what else. But we have four implementations of this functi

A Linux USB driver project

2015-05-08 Thread Vijay Kumar Kanta
Hey all, I am a newbie Linux programmer, with nothing to credit myself with, other than some boiling passion to develop a driver for a USB data card. Heck, I couldn't write one for a mass storage device even, as I am totally lost in how SCSI commands are formatted. Would like to join in somet

Re: [PATCH V3 RESEND] staging: sm750: Fix lynxfb_ops_imageblit() if image->depth != 1

2015-05-08 Thread Sudip Mukherjee
On Fri, May 08, 2015 at 05:04:28PM +0800, Huacai Chen wrote: > If image->depth != 1, lynxfb_ops_imageblit() should fallback to call > cfb_imageblit(), not return directly. Otherwise it can't display the > boot logo. why resending? regards sudip ___ dev

[PATCH V3 RESEND] staging: sm750: Fix lynxfb_ops_imageblit() if image->depth != 1

2015-05-08 Thread Huacai Chen
If image->depth != 1, lynxfb_ops_imageblit() should fallback to call cfb_imageblit(), not return directly. Otherwise it can't display the boot logo. Cc: Teddy Wang Acked-by: Sudip Mukherjee Signed-off-by: Huacai Chen --- V2: Coding style ajustment. V3: Add TODO comments. drivers/staging/sm7

Re: [PATCH 2/2] staging: unisys: remove unused variable

2015-05-08 Thread Dan Carpenter
On Fri, May 08, 2015 at 01:24:32PM +0530, Sudip Mukherjee wrote: > so, what i understood till now: > 1) any patch of the series should not break the build. > (you told me that in my parport patch series :) ) > > 2) any patch of the series should not introduce build warning. > > 3) when i a

Re: [PATCH 000/141] staging: unisys: s-Par driver rebuild series

2015-05-08 Thread Dan Carpenter
I'm finished going through these patches. Pretty decent over all. My only comment was that there were three? places where we introduced a bug and then fixed it in a later patch. I kind of wish the fix were folded into the original patch. I don't know how awkward that is. If it's too difficult

Re: [PATCH 139/141] staging: unisys: Remove unneeded fields in diagchannel.h

2015-05-08 Thread Dan Carpenter
On Tue, May 05, 2015 at 06:37:56PM -0400, Benjamin Romer wrote: > @@ -827,14 +818,6 @@ controlvm_respond(struct controlvm_message_header > *msg_hdr, int response) > struct controlvm_message outmsg; > > controlvm_init_response(&outmsg, msg_hdr, response); > - /* For DiagPool chann

Re: [PATCH 134/141] staging: unisys: Hide vbus_hdr_info from public visor_device

2015-05-08 Thread Dan Carpenter
On Tue, May 05, 2015 at 06:37:51PM -0400, Benjamin Romer wrote: > From: Don Zickus > @@ -1230,8 +1231,16 @@ create_bus_instance(struct visor_device *vdev) > { > int rc; > u32 id = vdev->chipset_bus_no; > + struct spar_vbus_headerinfo *hdr_info; > > POSTCODE_LINUX_2(BUS_CRE

Re: [PATCH 126/141] staging: unisys: Convert the epilog functions to visor_device

2015-05-08 Thread Dan Carpenter
On Tue, May 05, 2015 at 06:37:43PM -0400, Benjamin Romer wrote: > From: Don Zickus > @@ -1128,7 +1119,7 @@ device_epilog(u32 bus_no, u32 dev_no, struct > spar_segment_state state, u32 cmd, > switch (cmd) { > case CONTROLVM_DEVICE_CREATE: > if (not

[PATCHv2] staging: rtl8192e: Use time_after macro

2015-05-08 Thread Gujulan Elango, Hari Prasath (H.)
This patch replaces a condition check for time elapsed with a simple time_after macro Signed-off-by: Hari Prasath Gujulan Elango --- v2:Fixes a build warning.time_after() macro requires both of its arguments to be unsigned long.Build warning was missed & later reported by the kbuild test

Re: [PATCH 2/2] staging: unisys: remove unused variable

2015-05-08 Thread Sudip Mukherjee
On Fri, May 08, 2015 at 10:34:49AM +0300, Dan Carpenter wrote: > On Fri, May 08, 2015 at 09:54:44AM +0530, Sudip Mukherjee wrote: > > On Thu, May 07, 2015 at 10:04:32PM +0200, Greg Kroah-Hartman wrote: > > > On Thu, May 07, 2015 at 03:06:52PM +0530, Sudip Mukherjee wrote: > > > > the previous patch

Scam Victims Compensation By Atm Card

2015-05-08 Thread World Bank/IMF
Attn:Client Your name is among last 10 victims listed to compensate by World Bank/IMF by ATM/DEBIT CARD valued 1.5 million contact Dr. George UWA with your Full Name ,Home/Office Address and Your Direct Telephone through email below (worldbnk...@gmail.com ) Regards Harris Hugo __

[PATCH v2] staging: unisys: remove unused functions

2015-05-08 Thread Sudip Mukherjee
these functions were just defined and never used. after removing the functions the variable visorchipset_cache_buffers_in_use is becoming unused, so removed it as well. Signed-off-by: Sudip Mukherjee --- v2: combined both patches of v1 together drivers/staging/unisys/visorchipset/visorchipset.

Re: [PATCH 2/2] staging: unisys: remove unused variable

2015-05-08 Thread Dan Carpenter
On Fri, May 08, 2015 at 09:54:44AM +0530, Sudip Mukherjee wrote: > On Thu, May 07, 2015 at 10:04:32PM +0200, Greg Kroah-Hartman wrote: > > On Thu, May 07, 2015 at 03:06:52PM +0530, Sudip Mukherjee wrote: > > > the previous patch of the series made this variable unused. > > > > What do you mean? T

Re: [PATCH v2 2/2] staging: ion: chunk_heap: use %pad for printing dma_addr_t's

2015-05-08 Thread Greg Kroah-Hartman
On Mon, May 04, 2015 at 10:59:39PM -0700, Mitchel Humpherys wrote: > On Mon, May 04 2015 at 01:05:50 PM, Colin Cross wrote: > > On Mon, May 4, 2015 at 1:22 AM, Dan Carpenter > > wrote: > >> On Thu, Apr 09, 2015 at 06:10:04PM -0700, Mitchel Humpherys wrote: > >>> We're currently using %lu and %ld

Re: [PATCH v2 4/7] staging: fsl-mc: Upgraded MC bus driver to match MC fw 7.0.0

2015-05-08 Thread Dan Carpenter
Sorry, I'm reviewing this patchset slowly. On Wed, May 06, 2015 at 04:28:25PM -0500, J. German Rivera wrote: > - Migrated MC bus driver to use DPRC API 0.6. > - Changed IRQ setup infrastructure to be able to program MSIs > for MC objects in an object-independent way. > > Signed-off-by: J. Germa

Re: [PATCH 2/2] staging: unisys: remove unused variable

2015-05-08 Thread Greg Kroah-Hartman
On Fri, May 08, 2015 at 09:54:44AM +0530, Sudip Mukherjee wrote: > On Thu, May 07, 2015 at 10:04:32PM +0200, Greg Kroah-Hartman wrote: > > On Thu, May 07, 2015 at 03:06:52PM +0530, Sudip Mukherjee wrote: > > > the previous patch of the series made this variable unused. > > > > What do you mean? T