diff options
author | Peter Hurley <peter@hurleysoftware.com> | 2013-01-29 01:57:49 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-30 04:26:16 (GMT) |
commit | 2b86216ba1d059b2609532ded9400f905013b376 (patch) | |
tree | 161acb3d6083ae1e1f687995a22eaafaa0b22981 | |
parent | 9883a7396b9cc36e27185f2da9f81f23f2ab67ae (diff) | |
download | linux-fsl-qoriq-2b86216ba1d059b2609532ded9400f905013b376.tar.xz |
staging/fwserial: Drop suggestion for helper fn integration
The firewire core does not require or want the suggested helper fns;
drop suggestion from TODO file.
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/fwserial/TODO | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/fwserial/TODO b/drivers/staging/fwserial/TODO index 8dae8fb..dc61d97 100644 --- a/drivers/staging/fwserial/TODO +++ b/drivers/staging/fwserial/TODO @@ -12,8 +12,6 @@ TODOs prior to this driver moving out of staging 1. This driver uses the same unregistered vendor id that the firewire core does (0xd00d1e). Perhaps this could be exposed as a define in firewire.h? -3. Maybe device_max_receive() and link_speed_to_max_payload() should be - taken up by the firewire core? -- Issues with TTY core -- 1. Hack for alternate device name scheme |