On Fri, Sep 17, 2010 at 03:42, <[email protected]> wrote:
> + pr_err(KERN_ERR "pin grounp conflict!
> request pin %d func %d conflict
> with pin %d func %d\n",
the point of pr_* is that it takes care of the KERN_* for you. so
this output will include a spurious <#> in it.
> +# define portmuxgroup_check(...) do { } while (0)
this stub is incorrect. it probably beaks building for these parts.
the function normally returns a value which means this stub needs to
expand into "0". do{}while(0) is only appropriate when dealing with
void functions.
-mike
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits