Re: [PATCH v2] Staging: rtl8192e: Timer setup using macro rather assignment

2015-06-15 Thread DHANAPAL, GNANACHANDRAN (G.)
On Tue, Jun 16, 2015 at 12:00:28PM +0530, Sudip Mukherjee wrote: > On Mon, Jun 15, 2015 at 03:00:34PM +, DHANAPAL, GNANACHANDRAN (G.) wrote: > > This patch shall replaces user defined timer setup function with > > standard timer setup macro. Also removes init_timer, because timer can > > be ini

Re: [PATCH v2] Staging: rtl8192e: Timer setup using macro rather assignment

2015-06-15 Thread Sudip Mukherjee
On Mon, Jun 15, 2015 at 03:00:34PM +, DHANAPAL, GNANACHANDRAN (G.) wrote: > This patch shall replaces user defined timer setup function with > standard timer setup macro. Also removes init_timer, because timer can > be initialized in setup_timer macro as well. > > Signed-off-by: Gnanachandran