Merge "disp: msm: sde: increase buf array size"

This commit is contained in:
qctecmdr
2023-03-29 05:34:35 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -7205,7 +7205,7 @@ static ssize_t _sde_debugfs_hw_fence_features_mask_wr(struct file *file,
{
struct sde_crtc *sde_crtc;
u32 bit, enable;
char buf[10];
char buf[25];
if (!file || !file->private_data)
return -EINVAL;