Just some cosmetic notes ...
On Thursday 08 February 2007 01:57, Thomas Koeller wrote:
> @@ -216,10 +216,26 @@ config MTD_NAND_DISKONCHIP_BBTWRITE
> Even if you leave this disabled, you can enable BBT writes at module
> load time (assuming you build diskonchip as a module) with the module
> parameter "inftl_bbt_write=1".
> -
> +
This just inserts whitespace.
> tristate "NAND support for OLPC CAFÉ chip"
The accent on the E might cause problems, but I'm not sure.
> +#define io_readb(__a__) __raw_readb((__a__))
> +#define io_writeb(__v__, __a__) __raw_writeb((__v__), (__a__))
I would have used an inline function. Also, aren't there functions to use IOs
already? What's the reason here?
> +/* prefix for debug output */
> +static const char module_id[] = "excite_nandflash";
I'd have used
static const char* module_id = "excite_nandflash";
except if you need the sizeof it to capture the length.
> +static inline const struct resource *excite_nand_get_resource
> + (struct platform_device *d, unsigned long flags, const char *basename){
> + const char fmt[] = "%s_%u";
Here, too, is no need for a local buffer, just use a pointer.
> +/* excite_nand_probe
> + *
> + * called by device layer when it finds a device matching
> + * one our driver can handled. [...]
"... when it finds a device our driver can handle."
Otherwise I'd say it looks very clean, better than quite some other stuff I
have seen.
Uli
**************************************************************************************
Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten
bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen
Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein
sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen,
weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte
Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht
verantwortlich.
**************************************************************************************
|