Re: [PATCH RFC] OMAP: serial: Release the claimed memory region in remove

2012-02-10 Thread Datta, Shubhrajyoti
On Fri, Feb 10, 2012 at 8:53 PM, Menon, Nishanth wrote: > On Thu, Feb 9, 2012 at 23:58, Shubhrajyoti D wrote: >> Currently the memory region is not released the folowing error is >> observed. >> >> /testsuites # insmod omap-serial.ko >> [  130.746917] omap_uart omap_uart.0: memory region already

Re: [PATCH RFC] OMAP: serial: Release the claimed memory region in remove

2012-02-10 Thread Menon, Nishanth
On Thu, Feb 9, 2012 at 23:58, Shubhrajyoti D wrote: > Currently the memory region is not released the folowing error is > observed. > > /testsuites # insmod omap-serial.ko > [  130.746917] omap_uart omap_uart.0: memory region already claimed > [  130.753143] omap_uart: probe of omap_uart.0 failed

[PATCH RFC] OMAP: serial: Release the claimed memory region in remove

2012-02-09 Thread Shubhrajyoti D
Currently the memory region is not released the folowing error is observed. /testsuites # insmod omap-serial.ko [ 130.746917] omap_uart omap_uart.0: memory region already claimed [ 130.753143] omap_uart: probe of omap_uart.0 failed with error -16 [ 130.759338] omap_uart omap_uart.1: memory regi