From dd391917636054d873fb132a94ffbda16e128dcc Mon Sep 17 00:00:00 2001 From: Sivaram Nair Date: Wed, 6 Feb 2013 18:06:32 +0200 Subject: EDP: fixing bug with priority definitions The min and max priority constants are defined incorrectly (in the wrong order). This patch corrects it and updates the affected drivers and platform data. Change-Id: I94a628c4f4076d1c36dff1692f0427ad1f218fb5 Signed-off-by: Sivaram Nair (cherry picked from commit 3d2fe9f41fdd54d4c79b7202680e93de8debc8a1) Reviewed-on: http://git-master/r/198395 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Juha Tukkinen --- Documentation/edp/howto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/edp/howto b/Documentation/edp/howto index 84335292d80d..f845eb710ea8 100644 --- a/Documentation/edp/howto +++ b/Documentation/edp/howto @@ -155,7 +155,7 @@ examples show how the usual operations are performed. .states = modem_states, .num_states = ARRAY_SIZE(num_states), .e0_index = MODEM_EDP_E0, - .priority = EDP_MAX_PRIO - 3, + .priority = EDP_MAX_PRIO + 3, .max_borrowers = 1, ... }; -- cgit v1.2.3