Skip to content

Commit

Permalink
block: swim3: fix unterminated of_device_id table
Browse files Browse the repository at this point in the history
of_device_id structures need a NULL terminating entry, add it.

Signed-off-by: Axel Lin <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
AxelLin authored and Jens Axboe committed Aug 3, 2011
1 parent f95fe9c commit f41c53a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/block/swim3.c
Original file line number Diff line number Diff line change
Expand Up @@ -1184,6 +1184,7 @@ static struct of_device_id swim3_match[] =
{
.compatible = "swim3"
},
{ /* end of list */ }
};

static struct macio_driver swim3_driver =
Expand Down

0 comments on commit f41c53a

Please sign in to comment.