diff options
| author | Arnd Bergmann <[email protected]> | 2024-03-26 23:38:00 +0100 |
|---|---|---|
| committer | Helge Deller <[email protected]> | 2024-03-27 09:12:57 +0100 |
| commit | 26c8cfb9d1e4b252336d23dd5127a8cbed414a32 (patch) | |
| tree | 3713c17560cb0d4f5d1dabde72878792564f25f7 /drivers/media/v4l2-core/v4l2-ctrls-request.c | |
| parent | ada5caa4e081b067736e872f2701e1c677290f22 (diff) | |
fbdev: shmobile: fix snprintf truncation
The name of the overlay does not fit into the fixed-length field:
drivers/video/fbdev/sh_mobile_lcdcfb.c:1577:2: error: 'snprintf' will always be truncated; specified size is 16, but format string expands to at least 25
Make it short enough by changing the string.
Fixes: c5deac3c9b22 ("fbdev: sh_mobile_lcdc: Implement overlays support")
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Signed-off-by: Helge Deller <[email protected]>
Diffstat (limited to 'drivers/media/v4l2-core/v4l2-ctrls-request.c')
0 files changed, 0 insertions, 0 deletions