]> git.baikalelectronics.ru Git - kernel.git/commit
firewire: core: change type of a data buffer
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 21 Feb 2010 16:56:21 +0000 (17:56 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Wed, 24 Feb 2010 19:36:55 +0000 (20:36 +0100)
commitadf36ccf77667a169ce1aeca4de7f638f6bdef68
tree611870be19f96a4937cadf349e5a4e12723283fb
parentf02b4209e6b5723c4e9bb71d665bce14b3a28d91
firewire: core: change type of a data buffer

from array of char to union of structs.  I already used a union to size
the buffer which holds ioctl arguments; more consequent is to define it
as an instance of this union in the first place.

Also rename several local variables from "request" to "a"(rgument) since
the term request can be mistaken to mean a transaction subaction, e.g.
an instance of struct fw_request.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/core-cdev.c