switch device_get_devnode() and ->devnode() to umode_t *
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 24 Jul 2011 00:24:48 +0000 (20:24 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 4 Jan 2012 03:54:55 +0000 (22:54 -0500)
both callers of device_get_devnode() are only interested in lower 16bits
and nobody tries to return anything wider than 16bit anyway.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found