drivers: media,net,staging: Make temp_buffer unused
This commit is contained in:
parent
326c808f5c
commit
87f89d5a22
3 changed files with 3 additions and 3 deletions
|
@ -396,7 +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];
|
||||
__attribute__((unused)) static char temp_buffer[3088];
|
||||
int ret = 0;
|
||||
struct is_cis *cis;
|
||||
struct i2c_client *client = NULL;
|
||||
|
|
|
@ -59,7 +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];
|
||||
__attribute__((unused)) static char temp_buffer[2608];
|
||||
char buf[76 + (200 * CONFIG_SCSC_WLAN_MAX_INTERFACES)];
|
||||
int pos = 0;
|
||||
int i;
|
||||
|
|
|
@ -111,7 +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];
|
||||
__attribute__((unused)) static char temp_buffer[4176];
|
||||
int err;
|
||||
int dbg;
|
||||
int lock;
|
||||
|
|
Loading…
Reference in a new issue