Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1710249

[PATCH 0/3] usb: make usb_ep_ops const

From Bhumika Goyal <bhumirks@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] usb: make usb_ep_ops const
Date 2017-08-12 14:10 +0200
Message-ID <udDoS-yg-21@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Constify usb_ep_ops structures.

Bhumika Goyal (3):
  usb: renesas_usbhs: gadget: make usb_ep_ops const
  usb: gadget: udc: renesas_usb3: make usb_ep_ops const
  usb: dwc2: gadget: make usb_ep_ops const

 drivers/usb/dwc2/gadget.c              | 2 +-
 drivers/usb/gadget/udc/renesas_usb3.c  | 2 +-
 drivers/usb/renesas_usbhs/mod_gadget.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] usb: make usb_ep_ops const Bhumika Goyal <bhumirks@gmail.com> - 2017-08-12 14:10 +0200
  [PATCH 1/3] usb: renesas_usbhs: gadget: make usb_ep_ops const Bhumika Goyal <bhumirks@gmail.com> - 2017-08-12 14:10 +0200
  [PATCH 2/3] usb: gadget: udc: renesas_usb3: make usb_ep_ops const Bhumika Goyal <bhumirks@gmail.com> - 2017-08-12 14:10 +0200
  [PATCH 3/3] usb: dwc2: gadget: make usb_ep_ops const Bhumika Goyal <bhumirks@gmail.com> - 2017-08-12 14:10 +0200

csiph-web