Skip to content

Commit

Permalink
vcsm: Fix up macros to avoid breaking numbers used by existing apps
Browse files Browse the repository at this point in the history
  • Loading branch information
popcornmix committed Sep 29, 2017
1 parent 9140397 commit f5a25dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/char/broadcom/vc_sm/vc_sm_knl.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ enum vc_sm_lock_cache_mode {

/* Cache functions */
#define VCSM_CACHE_OP_INV 0x01
#define VCSM_CACHE_OP_FLUSH 0x02
#define VCSM_CACHE_OP_CLEAN 0x03
#define VCSM_CACHE_OP_CLEAN 0x02
#define VCSM_CACHE_OP_FLUSH 0x03

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

0 comments on commit f5a25dc

Please sign in to comment.