Removed BitTime macro space warnings generated by checkpatch.pl.
Signed-off-by: Chase Metzger
---
drivers/usb/core/hcd.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c
index 601476c7..299ff0d 100644
--- a/drivers/usb/co
Changed dev_dbg(...) back to dev_printk(KERN_DEBUG, ...) based on previous
patches feedback.
Signed-off-by: Chase Metzger
---
drivers/usb/core/devio.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/core/devio.c b/drivers/usb/core/devio.c
index 62c0be6..2734
On Sat, 2015-04-11 at 00:53 -0700, Chase Metzger wrote:
> Fixed several errors and warnings.
[]
> Lines 1040 and 1591: changed dev_printk(KERN_DEBUG, ...) to dev_dbg(...).
These changes hav the possibly undesired effect of
removing these messages completely when DEBUG is not
#defined or when CONFI
On Sat, 2015-04-11 at 03:04 -0700, Chase Metzger wrote:
> Removed all(except false positives, from calculations) space prohibited
> warnings generated by
> checkpatch.pl.
False positives? Please describe them.
The only thing I believe you elided was the
use of a BitTime macro which in my opinio
On Wed, Apr 08, 2015 at 11:45:42AM -0500, Felipe Balbi wrote:
> Add missing directions, residue_granularity,
> srd_addr_widths and dst_addr_widths bitfields.
>
> Without those we will see a kernel WARN()
> when loading musb on am335x devices.
I have applied this and will send to Linus as well
--
On Sat, 11 Apr 2015, Alistair Grant wrote:
> Hi Alan,
>
> On Fri, Apr 10, 2015 at 7:23 PM, Alan Stern wrote:
> > On Fri, 10 Apr 2015, Alistair Grant wrote:
> >> On Fri, Apr 10, 2015 at 5:29 PM, Alan Stern
> >> wrote:
> >> > On Fri, 10 Apr 2015, Alistair Grant wrote:
> >> > ...
> >> >> i.e. the
Removed all warnings generated by checkpatch.pl about sizeof not having
parenthesis'.
Signed-off-by: Chase Metzger
---
drivers/usb/core/hcd.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/usb/core/hcd.c b/drivers/usb/core/hcd.c
index 557f2b8..601476c7
Removed all(except false positives, from calculations) space prohibited
warnings generated by
checkpatch.pl.
Signed-off-by: Chase Metzger
---
drivers/usb/core/hcd.c | 168 -
1 file changed, 84 insertions(+), 84 deletions(-)
diff --git a/drivers/u
Hi,
I fiddled with my BIOS/EFI settings and found the following options related to
USB:
Legacy USB support: Disabled (was "Enabled" before)
Intel xHCI Mode: Enabled (was "Auto" before)
EHCI Hand-Off: Disabled (was not changed)
Can these setting have any influence on my problem? What are the rec
Removed a warnings(from checkpatch.pl) about sizeof not having parenthesis'.
added parenthesis'
around the strings being used.
Signed-off-by: Chase Metzger
---
drivers/usb/core/sysfs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/usb/core/sysfs.c b/drivers/usb
Hi,
On 04/11/2015 09:53 AM, Chase Metzger wrote:
Fixed several errors and warnings.
Lines 29, 103, 1319, 1906 and 2408: removed unnecessary spaces or added
appropriate spaces.
Lines 1040 and 1591: changed dev_printk(KERN_DEBUG, ...) to dev_dbg(...).
Signed-off-by: Chase Metzger
Looks good
Fixed several errors and warnings.
Lines 29, 103, 1319, 1906 and 2408: removed unnecessary spaces or added
appropriate spaces.
Lines 1040 and 1591: changed dev_printk(KERN_DEBUG, ...) to dev_dbg(...).
Signed-off-by: Chase Metzger
---
drivers/usb/core/devio.c | 15 +++
1 file change
12 matches
Mail list logo