ieee1394: dv1394: move deprecation message from module init to file open
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Tue, 3 Feb 2009 16:54:31 +0000 (17:54 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Fri, 6 Feb 2009 14:52:28 +0000 (15:52 +0100)
commit86431532ec4311dccd0d7513cebae6ffc762756b
treed9d0fe17a224f2139ddc331d1b7383121ccaf245
parentb7479febdecf8e12951aecb0b405e4655aa3dae6
ieee1394: dv1394: move deprecation message from module init to file open

On many Linux installations, the dv1394 driver will be auto-loaded
whenever an AV/C device (e.g. camcorder or audio device) is plugged in.
An irritating message would then appear in the kernel log.

Defer this message to until a dv1394 character device file is actually
used by a program.  Also include the program name in the message and
update the message slightly.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/ieee1394/dv1394.c