Re: [PATCH 2/2] char: xilinx_hwicap: Fix warnings in the driver

2017-08-11 Thread Michal Simek
On 10.8.2017 20:16, Rob Herring wrote: > On Fri, Aug 4, 2017 at 2:49 AM, Michal Simek wrote: >> On 4.8.2017 00:32, Rob Herring wrote: >>> On Fri, Jul 28, 2017 at 03:17:26PM +0200, Michal Simek wrote: From: Nava kishore Manne This patch fixes the below warning --> Use #

Re: [PATCH 2/2] char: xilinx_hwicap: Fix warnings in the driver

2017-08-10 Thread Rob Herring
On Fri, Aug 4, 2017 at 2:49 AM, Michal Simek wrote: > On 4.8.2017 00:32, Rob Herring wrote: >> On Fri, Jul 28, 2017 at 03:17:26PM +0200, Michal Simek wrote: >>> From: Nava kishore Manne >>> >>> This patch fixes the below warning >>> --> Use #include instead of >>> --> Use #inclu

Re: [PATCH 2/2] char: xilinx_hwicap: Fix warnings in the driver

2017-08-04 Thread Michal Simek
On 4.8.2017 00:32, Rob Herring wrote: > On Fri, Jul 28, 2017 at 03:17:26PM +0200, Michal Simek wrote: >> From: Nava kishore Manne >> >> This patch fixes the below warning >> --> Use #include instead of >> --> Use #include instead of >> --> please, no space before tabs >

Re: [PATCH 2/2] char: xilinx_hwicap: Fix warnings in the driver

2017-08-03 Thread Rob Herring
On Fri, Jul 28, 2017 at 03:17:26PM +0200, Michal Simek wrote: > From: Nava kishore Manne > > This patch fixes the below warning > --> Use #include instead of > --> Use #include instead of > --> please, no space before tabs > --> Block comments use a trailing */

[PATCH 2/2] char: xilinx_hwicap: Fix warnings in the driver

2017-07-28 Thread Michal Simek
From: Nava kishore Manne This patch fixes the below warning --> Use #include instead of --> Use #include instead of --> please, no space before tabs --> Block comments use a trailing */ on a separate line --> Possible unnecessary 'out of memory' message