Loading drivers/parisc/dino.c +4 −6 Original line number Diff line number Diff line Loading @@ -154,12 +154,10 @@ struct dino_device #endif }; /* Looks nice and keeps the compiler happy */ #define DINO_DEV(d) ({ \ void *__pdata = d; \ BUG_ON(!__pdata); \ (struct dino_device *)__pdata; }) static inline struct dino_device *DINO_DEV(struct pci_hba_data *hba) { return container_of(hba, struct dino_device, hba); } /* * Dino Configuration Space Accessor Functions Loading Loading
drivers/parisc/dino.c +4 −6 Original line number Diff line number Diff line Loading @@ -154,12 +154,10 @@ struct dino_device #endif }; /* Looks nice and keeps the compiler happy */ #define DINO_DEV(d) ({ \ void *__pdata = d; \ BUG_ON(!__pdata); \ (struct dino_device *)__pdata; }) static inline struct dino_device *DINO_DEV(struct pci_hba_data *hba) { return container_of(hba, struct dino_device, hba); } /* * Dino Configuration Space Accessor Functions Loading