K 10 svn:author V 8 dumbbell K 8 svn:date V 27 2013-09-14T17:24:41.798338Z K 7 svn:log V 323 drm/radeon: Fix usage of pci_save_state() and pci_restore_state() Calling those functions with the drmn device as argument causes a panic, because it's not a direct child of pci$N. They must be called with the vgapci device instead. This fix is not enough to make suspend/resume work reliably. Approved by: re (blanket) END