summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services
diff options
context:
space:
mode:
authorUmang Jain <umang.jain@ideasonboard.com>2022-12-23 17:54:04 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-01-17 19:22:42 +0100
commit471213a3776e18caf70aee694358511274e33e9a (patch)
tree6564235b0453a0362b09f85104246980bfe44c7d /drivers/staging/vc04_services
parent5eec030686c874af73a47cf1366e2867301d4bc5 (diff)
downloadlinux-stable-471213a3776e18caf70aee694358511274e33e9a.tar.gz
linux-stable-471213a3776e18caf70aee694358511274e33e9a.tar.bz2
linux-stable-471213a3776e18caf70aee694358511274e33e9a.zip
staging: vc04_services: vchiq: Drop custom return values from TODO
The custom return values (enum vchiq_status) has been dropped. Remove the TODO entry for the same. Signed-off-by: Umang Jain <umang.jain@ideasonboard.com> Tested-by: Stefan Wahren <stefan.wahren@i2se.com> Link: https://lore.kernel.org/r/20221223122404.170585-8-umang.jain@ideasonboard.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vc04_services')
-rw-r--r--drivers/staging/vc04_services/interface/TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/vc04_services/interface/TODO b/drivers/staging/vc04_services/interface/TODO
index 97085a0b3223..6d9d4a800aa7 100644
--- a/drivers/staging/vc04_services/interface/TODO
+++ b/drivers/staging/vc04_services/interface/TODO
@@ -40,11 +40,6 @@ beneficial to go over all of them and, if correct, comment on their merits.
Extra points to whomever confidently reviews the remote_event_*() family of
functions.
-* Get rid of custom function return values
-
-Most functions use a custom set of return values, we should force proper Linux
-error numbers. Special care is needed for VCHIQ_RETRY.
-
* Reformat core code with more sane indentations
The code follows the 80 characters limitation yet tends to go 3 or 4 levels of