linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bluetooth: don't print error when allocating urb fails
@ 2016-08-11 21:00 Wolfram Sang
  2016-08-11 21:00 ` [PATCH] bluetooth: bcm203x: " Wolfram Sang
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2016-08-11 21:00 UTC (permalink / raw)
  To: linux-usb; +Cc: Wolfram Sang, linux-bluetooth

This per-subsystem series is part of a tree wide cleanup. usb_alloc_urb() uses
kmalloc which already prints enough information on failure. So, let's simply
remove those "allocation failed" messages from drivers like we did already for
other -ENOMEM cases. gkh acked this approach when we talked about it at LCJ in
Tokyo a few weeks ago.


Wolfram Sang (1):
  bluetooth: bcm203x: don't print error when allocating urb fails

 drivers/bluetooth/bcm203x.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

-- 
2.8.1


^ permalink raw reply	[flat|nested] 5+ messages in thread
* [PATCH] bluetooth: don't print error when allocating urb fails
@ 2016-08-11 20:51 Wolfram Sang
  2016-08-11 20:51 ` [PATCH] bluetooth: bcm203x: " Wolfram Sang
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfram Sang @ 2016-08-11 20:51 UTC (permalink / raw)
  To: linux-usb; +Cc: Wolfram Sang, linux-bluetooth

From: Wolfram Sang <wsa-dev@sang-engineering.com>

This per-subsystem series is part of a tree wide cleanup. usb_alloc_urb() uses
kmalloc which already prints enough information on failure. So, let's simply
remove those "allocation failed" messages from drivers like we did already for
other -ENOMEM cases. gkh acked this approach when we talked about it at LCJ in
Tokyo a few weeks ago.


Wolfram Sang (1):
  bluetooth: bcm203x: don't print error when allocating urb fails

 drivers/bluetooth/bcm203x.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

-- 
2.8.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-08-24 14:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-11 21:00 [PATCH] bluetooth: don't print error when allocating urb fails Wolfram Sang
2016-08-11 21:00 ` [PATCH] bluetooth: bcm203x: " Wolfram Sang
2016-08-24 14:57   ` Marcel Holtmann
  -- strict thread matches above, loose matches on Subject: below --
2016-08-11 20:51 [PATCH] bluetooth: " Wolfram Sang
2016-08-11 20:51 ` [PATCH] bluetooth: bcm203x: " Wolfram Sang
2016-08-11 21:02   ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).