aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hysdn
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn/hysdn')
-rw-r--r--drivers/isdn/hysdn/hysdn_proclog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/hysdn/hysdn_proclog.c b/drivers/isdn/hysdn/hysdn_proclog.c
index fcd49920b220..4d238eff1773 100644
--- a/drivers/isdn/hysdn/hysdn_proclog.c
+++ b/drivers/isdn/hysdn/hysdn_proclog.c
@@ -204,7 +204,7 @@ hysdn_log_read(struct file *file, char __user *buf, size_t count, loff_t * off)
204{ 204{
205 struct log_data *inf; 205 struct log_data *inf;
206 int len; 206 int len;
207 struct proc_dir_entry *pde = PDE(file->f_dentry->d_inode); 207 struct proc_dir_entry *pde = PDE(file->f_path.dentry->d_inode);
208 struct procdata *pd = NULL; 208 struct procdata *pd = NULL;
209 hysdn_card *card; 209 hysdn_card *card;
210 210
@@ -354,7 +354,7 @@ static unsigned int
354hysdn_log_poll(struct file *file, poll_table * wait) 354hysdn_log_poll(struct file *file, poll_table * wait)
355{ 355{
356 unsigned int mask = 0; 356 unsigned int mask = 0;
357 struct proc_dir_entry *pde = PDE(file->f_dentry->d_inode); 357 struct proc_dir_entry *pde = PDE(file->f_path.dentry->d_inode);
358 hysdn_card *card; 358 hysdn_card *card;
359 struct procdata *pd = NULL; 359 struct procdata *pd = NULL;
360 360