lkml.org 
[lkml]   [2008]   [Mar]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH] synclink drivers bool conversion
From
Date
On Sun, 2008-03-09 at 12:49 -0700, Joe Perches wrote:
> diff --git a/drivers/char/synclink.c b/drivers/char/synclink.c
> index ddc74d1..abf3c37 100644
> --- a/drivers/char/synclink.c
> +++ b/drivers/char/synclink.c
> @@ -5413,9 +5410,9 @@ static void usc_process_rxoverrun_sync( struct mgsl_struct *info )
>
> if ( !start_of_frame_found )
> {
> - start_of_frame_found = TRUE;
> + start_of_frame_found = true;
> frame_start_index = end_index;
> - end_of_frame_found = FALSE;
> + end_of_frame_found = true;
> }
>
> if ( buffer_list[end_index].status )

end_of_frame_found should be false



\
 
 \ /
  Last update: 2008-03-10 03:09    [W:0.136 / U:1.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site