X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=drivers%2Fuwb%2Fuwb-debug.c;h=6ec45beb7af5e5bf55756e6d622447dc989dfc48;hb=3b422e9c2c020a1137349c614da7f9c9761a0922;hp=2eecec0c13c9bf1bba5013865fdfdd799c175af0;hpb=e0a2af1e60ae89b18ef3afbf655f096564751045;p=~andy%2Flinux diff --git a/drivers/uwb/uwb-debug.c b/drivers/uwb/uwb-debug.c index 2eecec0c13c..6ec45beb7af 100644 --- a/drivers/uwb/uwb-debug.c +++ b/drivers/uwb/uwb-debug.c @@ -159,13 +159,6 @@ static int cmd_ie_rm(struct uwb_rc *rc, struct uwb_dbg_cmd_ie *ie_to_rm) return uwb_rc_ie_rm(rc, ie_to_rm->data[0]); } -static int command_open(struct inode *inode, struct file *file) -{ - file->private_data = inode->i_private; - - return 0; -} - static ssize_t command_write(struct file *file, const char __user *buf, size_t len, loff_t *off) { @@ -206,7 +199,7 @@ static ssize_t command_write(struct file *file, const char __user *buf, } static const struct file_operations command_fops = { - .open = command_open, + .open = simple_open, .write = command_write, .read = NULL, .llseek = no_llseek,