drivers/vlynq/vlynq.c: fix another resource size off by 1 error
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 23 Jan 2014 23:54:07 +0000 (15:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Jan 2014 00:36:55 +0000 (16:36 -0800)
commit59d42cd43c7335a3a8081fd6ee54ea41b0c239be
treed04b9abdc88b0adbccb19d4bd7dd0881745197bd
parenta79530e4d8c8ef2bece88f8dab680e541162f010
drivers/vlynq/vlynq.c: fix another resource size off by 1 error

We fixed the call to request_mem_region() in commit 3354f73b24c6
("drivers/vlynq/vlynq.c: fix resource size off by 1 error").  But we
need to fix the call the release_mem_region() as well.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/vlynq/vlynq.c