Re: [PATCH 1/1 linux-next] cdc-acm: use swap() in acm_probe()

2015-05-19 Thread Oliver Neukum
On Mon, 2015-05-18 at 19:59 +0200, Fabian Frederick wrote: > Use kernel.h macro definition. > > Signed-off-by: Fabian Frederick Acked-by: Oliver Neukum -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordom

[PATCH 1/1 linux-next] cdc-acm: use swap() in acm_probe()

2015-05-18 Thread Fabian Frederick
Use kernel.h macro definition. Signed-off-by: Fabian Frederick --- drivers/usb/class/cdc-acm.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c index 5c8f581..8d045be 100644 --- a/drivers/usb/class/cdc-acm.c