Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1247142
| From | kbuild test robot <lkp@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RFC PATCH] usb: dwc2: host: dwc2_check_qtd_still_ok() can be static |
| Date | 2015-10-14 22:50 +0200 |
| Message-ID | <qjB9M-1n3-13@gated-at.bofh.it> (permalink) |
| References | <qjB9M-1n3-11@gated-at.bofh.it> <qjzhE-73k-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
hcd_intr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/usb/dwc2/hcd_intr.c b/drivers/usb/dwc2/hcd_intr.c
index 57e71f9d..b31a1fb 100644
--- a/drivers/usb/dwc2/hcd_intr.c
+++ b/drivers/usb/dwc2/hcd_intr.c
@@ -1956,7 +1956,7 @@ static void dwc2_hc_chhltd_intr(struct dwc2_hsotg *hsotg,
* the qtd from the top of the list, this will return NULL. Otherwise
* it will be passed back qtd.
*/
-struct dwc2_qtd *dwc2_check_qtd_still_ok(struct dwc2_qtd *qtd,
+static struct dwc2_qtd *dwc2_check_qtd_still_ok(struct dwc2_qtd *qtd,
struct list_head *qtd_list)
{
struct dwc2_qtd *cur_head;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] usb: dwc2: host: Fix use after free w/ simultaneous irqs Douglas Anderson <dianders@chromium.org> - 2015-10-14 20:50 +0200
Re: [PATCH] usb: dwc2: host: Fix use after free w/ simultaneous irqs kbuild test robot <lkp@intel.com> - 2015-10-14 22:50 +0200
[RFC PATCH] usb: dwc2: host: dwc2_check_qtd_still_ok() can be static kbuild test robot <lkp@intel.com> - 2015-10-14 22:50 +0200
Re: [RFC PATCH] usb: dwc2: host: dwc2_check_qtd_still_ok() can be static Doug Anderson <dianders@chromium.org> - 2015-10-15 01:00 +0200
csiph-web