commit | 2c9ede55ecec58099b72e4bb8eab719f32f72c31 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Jul 23 20:24:48 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jan 03 22:54:55 2012 -0500 |
tree | 8498a8c940fea97931b469fc73eb1a5022a2b28c | |
parent | 7d54fa6472609f2b0f2ea27e51ec2cf1fb27bd57 [diff] |
switch device_get_devnode() and ->devnode() to umode_t * 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>