public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] xhci: mem: Short cleanup series
@ 2023-02-08 15:11 Andy Shevchenko
  2023-02-08 15:11 ` [PATCH v2 1/7] xhci: mem: Carefully calculate size for memory allocations Andy Shevchenko
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Andy Shevchenko @ 2023-02-08 15:11 UTC (permalink / raw)
  To: Mathias Nyman, linux-usb, linux-kernel
  Cc: Mathias Nyman, Greg Kroah-Hartman, Andy Shevchenko

Clean up xhci-mem.c a bit using latest and greatest Linux kernel
features.

Changelog v2:
- used dma_pool_zalloc() instead of open coding it (Mathias)

Andy Shevchenko (7):
  xhci: mem: Carefully calculate size for memory allocations
  xhci: mem: Use dma_poll_zalloc() instead of explicit memset()
  xhci: mem: Get rid of redundant 'else'
  xhci: mem: Drop useless return:s
  xhci: mem: Use while (i--) pattern to clean up
  xhci: mem: Replace explicit castings with appropriate specifiers
  xhci: mem: Join string literals back

 drivers/usb/host/xhci-mem.c | 83 +++++++++++++++----------------------
 1 file changed, 33 insertions(+), 50 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2023-02-10 14:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-08 15:11 [PATCH v2 0/7] xhci: mem: Short cleanup series Andy Shevchenko
2023-02-08 15:11 ` [PATCH v2 1/7] xhci: mem: Carefully calculate size for memory allocations Andy Shevchenko
2023-02-08 15:11 ` [PATCH v2 2/7] xhci: mem: Use dma_poll_zalloc() instead of explicit memset() Andy Shevchenko
2023-02-08 15:11 ` [PATCH v2 3/7] xhci: mem: Get rid of redundant 'else' Andy Shevchenko
2023-02-08 15:11 ` [PATCH v2 4/7] xhci: mem: Drop useless return:s Andy Shevchenko
2023-02-08 15:11 ` [PATCH v2 5/7] xhci: mem: Use while (i--) pattern to clean up Andy Shevchenko
2023-02-08 15:11 ` [PATCH v2 6/7] xhci: mem: Replace explicit castings with appropriate specifiers Andy Shevchenko
2023-02-08 15:11 ` [PATCH v2 7/7] xhci: mem: Join string literals back Andy Shevchenko
2023-02-10 14:31 ` [PATCH v2 0/7] xhci: mem: Short cleanup series Mathias Nyman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox