forked from luck/tmp_suning_uos_patched
[ATYFB]: Use pci_device_to_OF_node() in sparc.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
fa449bd602
commit
a02079cdb7
@ -2899,7 +2899,7 @@ static int __devinit atyfb_setup_sparc(struct pci_dev *pdev,
|
||||
struct fb_info *info, unsigned long addr)
|
||||
{
|
||||
struct atyfb_par *par = info->par;
|
||||
struct pcidev_cookie *pcp;
|
||||
struct device_node *dp;
|
||||
char prop[128];
|
||||
int node, len, i, j, ret;
|
||||
u32 mem, chip_id;
|
||||
@ -3037,8 +3037,8 @@ static int __devinit atyfb_setup_sparc(struct pci_dev *pdev,
|
||||
node = 0;
|
||||
}
|
||||
|
||||
pcp = pdev->sysdata;
|
||||
if (node == pcp->prom_node->node) {
|
||||
dp = pci_device_to_OF_node(pdev);
|
||||
if (node == dp->node) {
|
||||
struct fb_var_screeninfo *var = &default_var;
|
||||
unsigned int N, P, Q, M, T, R;
|
||||
u32 v_total, h_total;
|
||||
|
Loading…
Reference in New Issue
Block a user