Skip to content

Commit

Permalink
usb: gadget: net2272: finally convert "CONFIG_USB_GADGET_NET2272_DMA"
Browse files Browse the repository at this point in the history
The Kconfig symbol USB_GADGET_NET2272_DMA was renamed to USB_NET2272_DMA
in commit 193ab2a ("usb: gadget: allow
multiple gadgets to be built"). That commit did not convert the only
occurrence of the corresponding Kconfig macro. Convert that macro now.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Paul Bolle authored and Felipe Balbi committed Mar 21, 2013
1 parent 967baed commit eda81be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/gadget/net2272.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ static const char * const ep_name[] = {
};

#define DMA_ADDR_INVALID (~(dma_addr_t)0)
#ifdef CONFIG_USB_GADGET_NET2272_DMA
#ifdef CONFIG_USB_NET2272_DMA
/*
* use_dma: the NET2272 can use an external DMA controller.
* Note that since there is no generic DMA api, some functions,
Expand Down

0 comments on commit eda81be

Please sign in to comment.