From: Eli Billauer Date: Mon, 30 Dec 2013 21:16:24 +0000 (+0200) Subject: staging: xillybus: Changed Open Firmware "compatible" property X-Git-Tag: v3.14-rc1~150^2~44 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=24b33c909ec9096c0613ae30aedd2b4ba2e89efa;p=~emulex%2Finfiniband.git staging: xillybus: Changed Open Firmware "compatible" property The previous "compatible" string was poorly chosen, but remains in the match list to support existing DTBs. There is no risk for a naming clash. Signed-off-by: Eli Billauer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/xillybus/xillybus_of.c b/drivers/staging/xillybus/xillybus_of.c index 3b25b0e100b..be124406d71 100644 --- a/drivers/staging/xillybus/xillybus_of.c +++ b/drivers/staging/xillybus/xillybus_of.c @@ -31,7 +31,8 @@ static const char xillyname[] = "xillybus_of"; /* Match table for of_platform binding */ static struct of_device_id xillybus_of_match[] = { - { .compatible = "xlnx,xillybus-1.00.a", }, + { .compatible = "xillybus,xillybus-1.00.a", }, + { .compatible = "xlnx,xillybus-1.00.a", }, /* Deprecated */ {} };