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.
___
>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
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
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);
)
//
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
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
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
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,
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
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) {
> >
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
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
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
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
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
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
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
> 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
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
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 +++---
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
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/
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 +++--
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
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(
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
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
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
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
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
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
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
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
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
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
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
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
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
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
__
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.
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
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
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
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
44 matches
Mail list logo