Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 81fd2d7a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "misc: apq8084_dock: NULL-terminate of_match_table"

parents f6551d52 1479ab80
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -149,8 +149,8 @@ static int apq8084_dock_remove(struct platform_device *pdev)
}

static struct of_device_id of_match_table[] = {
	{       .compatible = "qcom,apq8084-dock",
	}
	{ .compatible = "qcom,apq8084-dock", },
	{ },
};

static struct platform_driver apq8084_dock_driver = {