]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
arm: tegra: mcerr: Add misc errors
authorAlex Waterman <alexw@nvidia.com>
Thu, 23 Oct 2014 00:14:21 +0000 (17:14 -0700)
committerKrishna Reddy <vdumpa@nvidia.com>
Wed, 29 Oct 2014 23:20:06 +0000 (16:20 -0700)
Add a miscellaneous error to the mcerr list.

Bug 1569344

Change-Id: Ibb74c348ea2722705d023d1719ed61d5d257a468
Signed-off-by: Alex Waterman <alexw@nvidia.com>
Reviewed-on: http://git-master/r/562211
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Krishna Reddy <vdumpa@nvidia.com>
drivers/platform/tegra/mc/mcerr.c

index 40d795c3b313f2beb1a9c7e3ef1100e8338de931..be85700047fd8f1013bebcd58d8670da84c7df1a 100644 (file)
@@ -135,6 +135,13 @@ static const struct mc_error mc_errors[] = {
               MC_ERR_GENERALIZED_CARVEOUT_ADR),
 #endif
 
+       /*
+        * Miscellaneous errors.
+        */
+       MC_ERR(MC_INT_INVALID_APB_ASID_UPDATE,
+              "invalid APB ASID update", 0,
+              MC_ERR_STATUS, MC_ERR_ADR),
+
        /* NULL terminate. */
        MC_ERR(0, NULL, 0, 0, 0),
 };