DIV_NUM
tbl = devm_kcalloc(dev, (DIV_NUM + 1), sizeof(*tbl), GFP_KERNEL);
for (i = 0; i < DIV_NUM; i++) {