lkml.org 
[lkml]   [2012]   [Feb]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/4] pch_uart: Add Fish River Island II uart clock quirks
On Wed, Feb 22, 2012 at 01:46:06AM -0800, Darren Hart wrote:
>
>
> On 02/22/2012 12:52 AM, Alan Cox wrote:
> >> + /* Setup UART clock, checking for board specific clocks. */
> >> + uartclk = DEFAULT_UARTCLK;
> >> +
> >> + board_name = dmi_get_system_info(DMI_BOARD_NAME);
> >> + if (board_name && strstr(board_name, "CM-iTC"))
> >> + uartclk = CMITC_UARTCLK;
> >> +
> >> + board_name = dmi_get_system_info(DMI_PRODUCT_NAME);
> >> + if (board_name && strstr(board_name, "Fish River Island II"))
> >> + uartclk = FRI2_UARTCLK;
> >> +
> >> + port->uartclk = uartclk;
> >
> > This is confusing, you load product name into a variable called
> > board_name ?? perhaps "name" would be clearer ?
>
> OK, done.

"Done" where? Is there a newer patch series I should be looking at
here to apply? I'm guessing I can ignore this one, right?

consider it ignored :)

greg k-h


\
 
 \ /
  Last update: 2012-02-24 22:59    [W:0.104 / U:0.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site