Re: [PATCH 07/14] RFC: usb/host/fotg210: Remove a macro from snprintf

2015-10-02 Thread Felipe Balbi
On Mon, Sep 21, 2015 at 05:01:11PM +0200, Peter Senna Tschudin wrote: > This patch removes a macro from a call to snprintf() and moves it's > content to just before the call to snprintf() assigning a value to a new > variable named tmp. The goal of this patch is to make the code easier to > underst

[PATCH 07/14] RFC: usb/host/fotg210: Remove a macro from snprintf

2015-09-21 Thread Peter Senna Tschudin
This patch removes a macro from a call to snprintf() and moves it's content to just before the call to snprintf() assigning a value to a new variable named tmp. The goal of this patch is to make the code easier to understand. Signed-off-by: Peter Senna Tschudin --- drivers/usb/host/fotg210-hcd.c