mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 01:46:14 +00:00
lib/drmtest: fix const mismatch warning
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
fc5c693014
commit
289024b328
@ -1609,7 +1609,7 @@ void kmstest_free_connector_config(struct kmstest_connector_config *config)
|
||||
#define PREFAULT_DEBUGFS "/sys/module/i915/parameters/prefault_disable"
|
||||
static int drmtest_prefault_control(bool enable)
|
||||
{
|
||||
char *name = PREFAULT_DEBUGFS;
|
||||
const char *name = PREFAULT_DEBUGFS;
|
||||
int fd;
|
||||
char buf[2] = {'Y', 'N'};
|
||||
int index;
|
||||
|
Loading…
x
Reference in New Issue
Block a user