From: Larry F. <Lar...@lw...> - 2012-05-13 02:07:16
|
Signed-off-by: Larry Finger <Lar...@lw...> --- debugfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debugfs.c b/debugfs.c index 7e97ea0..8ad57b4 100644 --- a/debugfs.c +++ b/debugfs.c @@ -53,13 +53,13 @@ static const char *const dbgfs_files[] = { [DEBUG] = "debug", [SENSITIVITY] = "sensitivity", [TX_LEVEL] = "tx_level", - [ANTENNA] = "antenna", + [ANTENNA] = "antenna", [REG_DOMAIN] = "reg_domain", }; static int acx_dbgfs_open(struct inode *inode, struct file *file) { - int fidx = (int) inode->i_private; + int fidx = (int) inode->i_private; struct acx_device *adev = (struct acx_device *) file->f_path.dentry->d_parent->d_inode->i_private; -- 1.7.9.2 |