Loading drivers/base/regmap/regmap-debugfs.c +6 −0 Original line number Diff line number Diff line Loading @@ -227,6 +227,9 @@ static ssize_t regmap_read_debugfs(struct regmap *map, unsigned int from, if (*ppos < 0 || !count) return -EINVAL; if (count > (PAGE_SIZE << (MAX_ORDER - 1))) count = PAGE_SIZE << (MAX_ORDER - 1); buf = kmalloc(count, GFP_KERNEL); if (!buf) return -ENOMEM; Loading Loading @@ -371,6 +374,9 @@ static ssize_t regmap_reg_ranges_read_file(struct file *file, if (*ppos < 0 || !count) return -EINVAL; if (count > (PAGE_SIZE << (MAX_ORDER - 1))) count = PAGE_SIZE << (MAX_ORDER - 1); buf = kmalloc(count, GFP_KERNEL); if (!buf) return -ENOMEM; Loading Loading
drivers/base/regmap/regmap-debugfs.c +6 −0 Original line number Diff line number Diff line Loading @@ -227,6 +227,9 @@ static ssize_t regmap_read_debugfs(struct regmap *map, unsigned int from, if (*ppos < 0 || !count) return -EINVAL; if (count > (PAGE_SIZE << (MAX_ORDER - 1))) count = PAGE_SIZE << (MAX_ORDER - 1); buf = kmalloc(count, GFP_KERNEL); if (!buf) return -ENOMEM; Loading Loading @@ -371,6 +374,9 @@ static ssize_t regmap_reg_ranges_read_file(struct file *file, if (*ppos < 0 || !count) return -EINVAL; if (count > (PAGE_SIZE << (MAX_ORDER - 1))) count = PAGE_SIZE << (MAX_ORDER - 1); buf = kmalloc(count, GFP_KERNEL); if (!buf) return -ENOMEM; Loading