From: Samu Onkalo on
I have not found a reasonable way to find an address of the
misc-device structure in the driver file operations.
inode->i_cdev is not pointing to the correct place due to way how
misc driver class is implemented - or I have totally missed something.
In misc open, information is available but it is not passed to the
driver itself. Privatedata field of the file struct passes now
pointer to the driver open function. Driver can do what ever needed
with that information.

Samu Onkalo (1):
drivers: misc: pass miscdevice pointer via file private data

drivers/char/misc.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/