On Thu, Mar 19, 2009 at 09:34:52AM +0100, Philipp Zabel wrote: > +static u32 ssp_get_scr(struct ssp_dev *dev) ... > + if ((ssp_get_scr(ssp) == 4) && (width == 16)) { but here ssp is a ssp_device, not a ssp_dev (the compiler warns about this).