Re: [PATCH 02/30] viafb: use proper pci config API

From: Florian Tobias Schandinat
Date: Sat May 01 2010 - 10:01:47 EST


Jonathan Corbet schrieb:
+ if (viaparinfo->memsize < 0) {
+ rc = viaparinfo->memsize;
+ goto out_delete_i2c;
+ }

I fear this check is wrong as

struct viafb_par {
...
unsigned int memsize;
...
}

so this check would as far as I see never return true *wonders why gcc doesn't complain about it*
Feel free to store the result in an integer or cast it back to signed or whatever solution you like.


Thanks,

Florian Tobias Schandinat
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/