Skip to content

Commit

Permalink
i7300_idle: struct device - replace bus_id with dev_name(), dev_set_n…
Browse files Browse the repository at this point in the history
…ame()

CC: Andy Henroid <[email protected]>
Signed-off-by: Kay Sievers <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
kaysievers authored and gregkh committed Jan 6, 2009
1 parent d927e38 commit 24f81a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/idle/i7300_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ static int __init i7300_idle_ioat_selftest(u8 *ctl,
}

static struct device dummy_dma_dev = {
.bus_id = "fallback device",
.init_name = "fallback device",
.coherent_dma_mask = DMA_64BIT_MASK,
.dma_mask = &dummy_dma_dev.coherent_dma_mask,
};
Expand Down

0 comments on commit 24f81a7

Please sign in to comment.