drivers: media,net,staging: Nuke ld.lld warnings

This commit is contained in:
Ksawlii 2024-12-17 22:23:59 +01:00
parent 8530406bc1
commit ed56d57a18
3 changed files with 3 additions and 0 deletions

View file

@ -396,6 +396,7 @@ p_err:
#if SENSOR_IMX682_WRITE_SENSOR_CAL
int sensor_imx682_cis_QuadSensCal_write(struct v4l2_subdev *subdev)
{
static char temp_buffer[3088];
int ret = 0;
struct is_cis *cis;
struct i2c_client *client = NULL;

View file

@ -59,6 +59,7 @@ static int slsi_printf_mutex_stats(char *buf, const size_t bufsz, const char *pr
static ssize_t slsi_procfs_mutex_stats_read(struct file *file, char __user *user_buf, size_t count, loff_t *ppos)
{
static char temp_buffer[2608];
char buf[76 + (200 * CONFIG_SCSC_WLAN_MAX_INTERFACES)];
int pos = 0;
int i;

View file

@ -111,6 +111,7 @@ static inline void contexthub_notify_host(struct contexthub_ipc_info *chub)
static void cipc_func_handle_irq(int evt, void *priv)
{
static char temp_buffer[4176];
int err;
int dbg;
int lock;