|
@@ -306,7 +306,7 @@ static int wil_debugfs_ulong_get(void *data, u64 *val)
|
|
}
|
|
}
|
|
|
|
|
|
DEFINE_SIMPLE_ATTRIBUTE(wil_fops_ulong, wil_debugfs_ulong_get,
|
|
DEFINE_SIMPLE_ATTRIBUTE(wil_fops_ulong, wil_debugfs_ulong_get,
|
|
- wil_debugfs_ulong_set, "%llu\n");
|
|
|
|
|
|
+ wil_debugfs_ulong_set, "0x%llx\n");
|
|
|
|
|
|
static struct dentry *wil_debugfs_create_ulong(const char *name, umode_t mode,
|
|
static struct dentry *wil_debugfs_create_ulong(const char *name, umode_t mode,
|
|
struct dentry *parent,
|
|
struct dentry *parent,
|