Re: [U-Boot] [PATCH v2 05/16] soft_i2c: prevent compilerwarnings if driver not uses CPU Pins.

2008-10-15 Thread Wolfgang Denk
Dear Ben Warren, In message <[EMAIL PROTECTED]> you wrote: > Heiko Schocher wrote: > > This patch fixes the following warnings, when using > > the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx > > systems: > > > Trivial nit, but 'compilerwarnings' is not a word. In fact, in > Thunder

Re: [U-Boot] [PATCH v2 05/16] soft_i2c: prevent compilerwarnings if driver not uses CPU Pins.

2008-10-15 Thread Ben Warren
Heiko Schocher wrote: > This patch fixes the following warnings, when using > the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx > systems: > Trivial nit, but 'compilerwarnings' is not a word. In fact, in Thunderbird there's a little red line under it. regards, Ben ___

[U-Boot] [PATCH v2 05/16] soft_i2c: prevent compilerwarnings if driver not uses CPU Pins.

2008-10-15 Thread Heiko Schocher
This patch fixes the following warnings, when using the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx systems: soft_i2c.c: In function 'send_reset': soft_i2c.c:93: warning: unused variable 'immr' soft_i2c.c: In function 'send_start': soft_i2c.c:124: warning: unused variable 'immr' soft_i2