commit | f589b3e0408ccebfac98f6c2eb38d445a9423e7c | [log] [tgz] |
---|---|---|
author | Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> | Thu Jul 03 21:37:42 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jul 09 16:16:07 2014 -0700 |
tree | 1a2be39ef7fdfa0463d7ca55ce87ac3ce8f4c2cd | |
parent | 47c6ae7cdc4dc0c72686cca1819c7368bef2e1bf [diff] |
USB: UHCI: don't allocate frame list atomically uhci_start() is executed one time during usb_add_hcd() call and by default UHCI frame list is allocated from atomic DMA pool. Do non-atomic allocation of uhci->frame and free some space in coherent atomic DMA pool. Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>