[0/3] usb: early: xhci-dbc: Some fixes and speed-up

Message ID cover.1675016180.git.christophe.jaillet@wanadoo.fr
Headers
Series usb: early: xhci-dbc: Some fixes and speed-up |

Message

Christophe JAILLET Jan. 29, 2023, 6:21 p.m. UTC
  While looking at places were using memcpy_and_pad() could be useful, I spotted
1 issue (patch 1) and 1 potential optimization (patch 2).
The use of memcpy_and_pad() is in patch 3.

Christophe JAILLET (3):
  usb: early: xhci-dbc: Fix a potential access to
  usb: early: xhci-dbc: Optimize early_xdbc_write()
  usb: early: xhci-dbc: Use memcpy_and_pad()

 drivers/usb/early/xhci-dbc.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)