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

Commit fde46970 authored by Jérémy Lefaure's avatar Jérémy Lefaure Committed by Greg Kroah-Hartman
Browse files

staging: media: atomisp: fill properly hmm_bo_type_strings when ION is disabled



When CONFIG_ION is disabled, HMM_BO_LAST is 3. In this case, "i" should
not be added in hmm_bo_type_strings.

Signed-off-by: default avatarJérémy Lefaure <jeremy.lefaure@lse.epita.fr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4995706d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -49,7 +49,9 @@ const char *hmm_bo_type_strings[HMM_BO_LAST] = {
	"p", /* private */
	"s", /* shared */
	"u", /* user */
#ifdef CONFIG_ION
	"i", /* ion */
#endif
};

static ssize_t bo_show(struct device *dev, struct device_attribute *attr,