Re: [PATCH v2 3/3] staging: gdm72xx: Minor cleanup

2014-04-22 Thread Dan Carpenter
These patches are all good but the subjects for all three are the same and quite bad. Please fix this and resend. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driver

[PATCH v2 3/3] staging: gdm72xx: Minor cleanup

2014-04-19 Thread Michalis Pappas
Replaced comparisons on jiffies values with wrap-safe functions. Signed-off-by: Michalis Pappas --- drivers/staging/gdm72xx/gdm_usb.c | 2 +- drivers/staging/gdm72xx/sdio_boot.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/gdm72xx/gdm_usb.c b/drive