]> Git Repo - linux.git/blobdiff - net/can/proc.c
drm/amd/display: Fix for otg synchronization logic
[linux.git] / net / can / proc.c
index b3099f0a3cb824772e21f7c4bc0c2d1392669dee..bbce97825f13fbf725261e572271a9353d51897d 100644 (file)
@@ -305,7 +305,7 @@ static inline void can_rcvlist_proc_show_one(struct seq_file *m, int idx,
 static int can_rcvlist_proc_show(struct seq_file *m, void *v)
 {
        /* double cast to prevent GCC warning */
-       int idx = (int)(long)PDE_DATA(m->file->f_inode);
+       int idx = (int)(long)pde_data(m->file->f_inode);
        struct net_device *dev;
        struct can_dev_rcv_lists *dev_rcv_lists;
        struct net *net = m->private;
This page took 0.03287 seconds and 4 git commands to generate.