MAX_DB_COUNT
u32 db_data[MAX_DB_COUNT];
u32 db_offset[MAX_DB_COUNT];
if (db_count > MAX_DB_COUNT) {
dev_err(dev, "DB count cannot be more than %d\n", MAX_DB_COUNT);
if (db_count > MAX_DB_COUNT)
u32 db_data[MAX_DB_COUNT];
u32 db_offset[MAX_DB_COUNT];
if (db_count > MAX_DB_COUNT) {
dev_err(dev, "DB count cannot be more than %d\n", MAX_DB_COUNT);