usb: musb: don't declare varibles twice
authorFelipe Balbi <felipe.balbi@nokia.com>
Wed, 19 Nov 2008 11:19:07 +0000 (13:19 +0200)
committerFelipe Balbi <felipe.balbi@nokia.com>
Mon, 24 Nov 2008 15:00:02 +0000 (17:00 +0200)
Making the variables accesible inside the entire function avoids
having to declare them several times, or for each dma engine. Also
provides a better code readability as we use the same variable name
in the entire function.

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>

No differences found