staging/fwserial: Remove superfluous free
authorPeter Hurley <peter@hurleysoftware.com>
Wed, 28 Nov 2012 02:37:13 +0000 (21:37 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Nov 2012 16:46:52 +0000 (08:46 -0800)
commit218cbbd82132d48c6f4e042e31beb6019f92db01
tree44cf6145756a072ec0413b66972114f24c243fce
parent49b2746e1426ffa188421996a0323bdd47657108
staging/fwserial: Remove superfluous free

Now that the dma fifo is allocated on activate and freed on
shutdown, this extra free is harmless but unnecessary.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fwserial/fwserial.c