All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2]  Staging: usb: Use PTR_ERR_OR_ZERO instead of if(IS_ERR(...)) + PTR_ERR.
@ 2016-02-27 12:33 Sandhya Bankar
  0 siblings, 0 replies; only message in thread
From: Sandhya Bankar @ 2016-02-27 12:33 UTC (permalink / raw)
  To: outreachy-kernel

Use PTR_ERR_OR_ZERO instead of if(IS_ERR(...)) + PTR_ERR.

Sandhya Bankar (2):
  [PATCH v2 1/2] Staging: usb: Use PTR_ERR_OR_ZERO instead of if(IS_ERR(...)) + PTR_ERR.
  [PATCH v2 2/2] Staging: usb: gadget: Use PTR_ERR_OR_ZERO instead of if(IS_ERR(...)) + PTR_ERR

 drivers/usb/gadget/udc/at91_udc.c   | 4 +---
 drivers/usb/phy/phy-qcom-8x16-usb.c | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

-- 
1.8.3.4



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-27 20:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-27 12:33 [PATCH v2 0/2] Staging: usb: Use PTR_ERR_OR_ZERO instead of if(IS_ERR(...)) + PTR_ERR Sandhya Bankar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.