From: Felipe Balbi Date: Wed, 19 Nov 2008 11:19:07 +0000 (+0200) Subject: usb: musb: don't declare varibles twice X-Git-Tag: v2.6.28-davinci1-diff-base~53^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=414ed1662e9a19a4e11e10ceb1937acc4fe3fc61;p=pandora-kernel.git usb: musb: don't declare varibles twice 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 --- Reading git-diff-tree failed