lib/devres.c: use dev in devm_request_and_ioremap
authorFabian Frederick <fabf@skynet.be>
Fri, 23 May 2014 20:29:32 +0000 (22:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 22:28:01 +0000 (07:28 +0900)
devm_request_and_ioremap was the only function to use device
instead of dev. This fixes kernel-doc warning.

Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found