mbox series

[0/2] usb: xhci: dbc: 2 smalll fixes for 'xhci_dbc_alloc_requests()'

Message ID cover.1564577335.git.christophe.jaillet@wanadoo.fr (mailing list archive)
Headers show
Series usb: xhci: dbc: 2 smalll fixes for 'xhci_dbc_alloc_requests()' | expand

Message

Christophe JAILLET July 31, 2019, 12:51 p.m. UTC
Christophe JAILLET (2):
  usb: xhci: dbc: Simplify error handling in 'xhci_dbc_alloc_requests()'
  usb: xhci: dbc: Use GFP_KERNEL instead of GFP_ATOMIC in
    'xhci_dbc_alloc_requests()'

 drivers/usb/host/xhci-dbgtty.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Mathias Nyman Aug. 5, 2019, 10:43 a.m. UTC | #1
On 31.7.2019 15.51, Christophe JAILLET wrote:
> 
> 
> Christophe JAILLET (2):
>    usb: xhci: dbc: Simplify error handling in 'xhci_dbc_alloc_requests()'
>    usb: xhci: dbc: Use GFP_KERNEL instead of GFP_ATOMIC in
>      'xhci_dbc_alloc_requests()'
> 
>   drivers/usb/host/xhci-dbgtty.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 

Thanks, adding to queue

-Mathias