[Cbe-oss-dev] [patch 12/13] fb: Move and rename extern declaration for global_mode_option

Andrew Morton akpm at linux-foundation.org
Tue Oct 16 07:43:40 EST 2007


On Fri, 12 Oct 2007 16:51:04 +0200
Geert Uytterhoeven <Geert.Uytterhoeven at sonycom.com> wrote:

> -    if (mode_option || (mode_option = global_mode_option)) {
> +    if (mode_option || (mode_option = fb_mode_option)) {

I guess that equals-which-looks-like-it-should-be-equals-equals really
is intended to be an assignment?

I guess.  After staring at it for a while.  It's a pretty obnoxious way
of coding it, especially in kernel context where such things are unexpected...



More information about the cbe-oss-dev mailing list