firewire: cdev: fix documentation of FW_CDEV_IOC_GET_INFO
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Fri, 2 Jan 2009 11:47:13 +0000 (12:47 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Tue, 24 Mar 2009 19:56:41 +0000 (20:56 +0100)
commit632321ecd99bf85c982a75f8329b4ecbb95b3a8f
tree905a09cab54b663d5169911cfe958e282745ffb2
parent4817ed240232e89583b0506c2d8e426739af5da3
firewire: cdev: fix documentation of FW_CDEV_IOC_GET_INFO

The FW_CDEV_IOC_GET_INFO ioctl looks at client->device->config_rom, not
at the local node's config ROM.

We could fix the implementation or the documentation.  I believe the way
how it is currently implemented is more useful than the way how it is
currently documented.  In fact, libdc1394 uses the ABI already as
implemented, not as documented.  Hence let's change the documentation.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
include/linux/firewire-cdev.h