Commit 22deacea authored by Alessandro Rubini's avatar Alessandro Rubini

fmc.h: increased end explained MAX_CARDS

Change suggested by David Cobas
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent cc039425
......@@ -68,7 +68,8 @@ struct fmc_device_id {
int sdb_id_nr;
};
#define FMC_MAX_CARDS 16 /* That many with the same matching driver... */
/* This sizes the module_param_array used by generic module parameters */
#define FMC_MAX_CARDS 32
/* The driver is a pretty simple thing */
struct fmc_driver {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment