Skip to content

Commit

Permalink
[PARPORT] sunbpp: Fix typo.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jun 26, 2006
1 parent 29f7ac7 commit 09ec431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/parport/parport_sunbpp.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ static struct of_device_id bpp_match[] = {
{},
};

MODULE_DEVICE_TABLE(of, qec_sbus_match);
MODULE_DEVICE_TABLE(of, bpp_match);

static struct of_platform_driver bpp_sbus_driver = {
.name = "bpp",
Expand Down

0 comments on commit 09ec431

Please sign in to comment.