On Fri, Oct 15, 2010 at 11:27 AM, Sergei Shtylyov <sshtylyov@xxxxxxxxxx> wrote: > Hello. > > On 10/15/10 07:08, vm.rod25@xxxxxxxxx wrote: > >> From: Victor Rodriguez<victor.rodriguez@xxxxxxxxxx> > >> This patch adds USB1.1 and USB2.0 clocks for the Hawkboard-L138 system > >> Signed-off-by: Victor Rodriguez<victor.rodriguez@xxxxxxxxxx> > > [...] > >> diff --git a/arch/arm/mach-davinci/da850.c b/arch/arm/mach-davinci/da850.c >> index 4458bff..2a4730e 100644 >> --- a/arch/arm/mach-davinci/da850.c >> +++ b/arch/arm/mach-davinci/da850.c >> @@ -345,6 +345,20 @@ static struct clk aemif_clk = { >> .flags = ALWAYS_ENABLED, >> }; >> >> +static struct clk usb11_clk = { >> + .name = "usb11", >> + .parent =&pll0_sysclk4, >> + .lpsc = DA8XX_LPSC1_USB11, >> + .gpsc = 1, >> + }; > > This } should be at the start of line. > >> + >> +static struct clk usb20_clk = { >> + .name = "usb20", >> + .parent =&pll0_sysclk2, >> + .lpsc = DA8XX_LPSC1_USB20, >> + .gpsc = 1, >> + }; > > Same comment. > > WBR, Sergei > Thanks for the feedback i appreciate a lot i have already do this change If there is any other change i think I could send the v5 do you agree ? Thanks Sincerely yours Victor Rodriguez _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel