Skip to content

Commit 52cf298

Browse files
committed
vcsm: Fix up macros to avoid breaking numbers used by existing apps
1 parent 9367c44 commit 52cf298

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/char/broadcom/vc_sm/vc_sm_knl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ enum vc_sm_lock_cache_mode {
2929

3030
/* Cache functions */
3131
#define VCSM_CACHE_OP_INV 0x01
32-
#define VCSM_CACHE_OP_FLUSH 0x02
33-
#define VCSM_CACHE_OP_CLEAN 0x03
32+
#define VCSM_CACHE_OP_CLEAN 0x02
33+
#define VCSM_CACHE_OP_FLUSH 0x03
3434

3535
/* Allocate a shared memory handle and block. */
3636
int vc_sm_alloc(struct vc_sm_alloc_t *alloc, int *handle);

0 commit comments

Comments
 (0)