On Fri, Mar 20, 2015 at 12:53 AM, KY Srinivasan
wrote:
-Original Message-
From: Jason Wang [mailto:jasow...@redhat.com]
Sent: Tuesday, March 17, 2015 8:09 PM
To: KY Srinivasan
Cc: da...@davemloft.net; net...@vger.kernel.org; linux-
ker...@vger.kernel.org; de...@linuxdriverpro
On Thu, 2015-03-19 at 23:09 +0530, Amitoj Kaur Chawla wrote:
> The edits have been made to remove C99 Comments and properly indent
> the if-else statements in the file while taking care of the braces according
> to
> Linux coding style.
Please scan your proposed patches with checkpatch
and fix po
This fixes the coding style issue "line over 80 characters"
found by checkpatch.pl
Signed-off-by: Sven Dziadek
---
drivers/staging/wlan-ng/hfa384x.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/staging/wlan-ng/hfa384x.h
b/drivers/staging/wlan-ng/hfa384x.h
index
Hi Amitoj Kaur Chawla,
On 2015.03.19 20:05, Amitoj Kaur Chawla wrote:
> The edits have been made to add a space before the comment and the errors in
> braces in the if-else statements.
> Previously in commit 2d34f53f1065878cd881ac61a183f8e836583d51, removed
> the C99 comments and errors in if-else
The edits have been made to add a space before the comment and the errors in
braces in the if-else statements.
Previously in commit 2d34f53f1065878cd881ac61a183f8e836583d51, removed
the C99 comments and errors in if-else indentation and braces.
Signed-off-by: Amitoj Kaur Chawla
---
drivers/stag
Hi Amitoj Kaur Chawla,
On 2015.03.19 19:39, Amitoj Kaur Chawla wrote:
> The edits have been made to remove C99 Comments and properly indent
> the if-else statements in the file while taking care of the braces according
> to
> Linux coding style.
>
> Signed-off-by: Amitoj Kaur Chawla
> ---
> dr
The edits have been made to remove C99 Comments and properly indent
the if-else statements in the file while taking care of the braces according to
Linux coding style.
Signed-off-by: Amitoj Kaur Chawla
---
drivers/staging/sm750fb/ddk750_chip.c | 25 +++--
1 file changed, 11 i
> -Original Message-
> From: Jason Wang [mailto:jasow...@redhat.com]
> Sent: Tuesday, March 17, 2015 8:09 PM
> To: KY Srinivasan
> Cc: da...@davemloft.net; net...@vger.kernel.org; linux-
> ker...@vger.kernel.org; de...@linuxdriverproject.org; o...@aepfle.de;
> a...@canonical.com; KY Srini
On Thu, Mar 19, 2015 at 03:15:39PM +0100, Greg Kroah-Hartman wrote:
> On Thu, Mar 19, 2015 at 07:33:28PM +0530, Sudip Mukherjee wrote:
> > On Thu, Mar 19, 2015 at 02:22:36PM +0100, Greg Kroah-Hartman wrote:
> > place.
>
> I suggest to leave it, it's not costing anything to keep around, and I
> thi
On Thu, Mar 19, 2015 at 07:33:28PM +0530, Sudip Mukherjee wrote:
> On Thu, Mar 19, 2015 at 02:22:36PM +0100, Greg Kroah-Hartman wrote:
> > On Thu, Mar 19, 2015 at 06:47:40PM +0530, Sudip Mukherjee wrote:
> > > 750LE is a special version of the hardware with Ip Core and
> > > Silicon Motion is makin
On Thu, Mar 19, 2015 at 02:22:36PM +0100, Greg Kroah-Hartman wrote:
> On Thu, Mar 19, 2015 at 06:47:40PM +0530, Sudip Mukherjee wrote:
> > 750LE is a special version of the hardware with Ip Core and
> > Silicon Motion is making this hardware only for Huawei. It is not
> > available to anyone else.
Don't wait after sending request for offers to the host. This wait is
unnecessary and simply adds 5 seconds to the boot time.
Signed-off-by: K. Y. Srinivasan
Cc:
---
drivers/hv/channel_mgmt.c | 11 ---
1 files changed, 0 insertions(+), 11 deletions(-)
diff --git a/drivers/hv/channel_
On Thu, Mar 19, 2015 at 06:47:40PM +0530, Sudip Mukherjee wrote:
> 750LE is a special version of the hardware with Ip Core and
> Silicon Motion is making this hardware only for Huawei. It is not
> available to anyone else.
Huawei isn't selling this? I don't understand.
regards,
dan carpenter
__
On Thu, Mar 19, 2015 at 06:47:40PM +0530, Sudip Mukherjee wrote:
> 750LE is a special version of the hardware with Ip Core and
> Silicon Motion is making this hardware only for Huawei. It is not
> available to anyone else.
And Huawei doesn't run Linux? (hint, they do...)
Why remove this if someo
Replace occurences of the pci api by appropriate call to the dma api.
A simplified version of the semantic patch that finds this problem is as
follows: (http://coccinelle.lip6.fr)
@deprecated@
idexpression id;
position p;
@@
(
pci_dma_supported@p ( id, ...)
|
pci_alloc_consistent@p ( id, ...
after removing the 750LE related codes we started getting a build
warning about an unused function. Hence removing that function also.
Signed-off-by: Sudip Mukherjee
---
drivers/staging/sm750fb/ddk750_mode.c | 70 ---
1 file changed, 70 deletions(-)
diff --git a/
750LE is a special version of the hardware with Ip Core and
Silicon Motion is making this hardware only for Huawei. It is not
available to anyone else.
So its better to remove the codes related to SM750LE.
Signed-off-by: Sudip Mukherjee
---
this patch will generate warning from checkpatch. but s
17 matches
Mail list logo