Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1652138
| From | Gilad Ben-Yossef <gilad@benyossef.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 10/12] staging: ccree: drop no longer used macro |
| Date | 2017-05-28 16:50 +0200 |
| Message-ID | <tM7G1-3f9-7@gated-at.bofh.it> (permalink) |
| References | <tM7G1-3f9-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
MSB64 macro is no longer used or needed. Drop it. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> --- drivers/staging/ccree/cc_hw_queue_defs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/ccree/cc_hw_queue_defs.h b/drivers/staging/ccree/cc_hw_queue_defs.h index ec2113a..f12761a 100644 --- a/drivers/staging/ccree/cc_hw_queue_defs.h +++ b/drivers/staging/ccree/cc_hw_queue_defs.h @@ -237,8 +237,6 @@ static inline void set_ack_last(struct cc_hw_desc *pdesc) pdesc->word[4] |= FIELD_PREP(WORD4_ACK_NEEDED, 1); } -#define MSB64(_addr) (sizeof(_addr) == 4 ? 0 : ((_addr) >> 32) & U16_MAX) - /* * Set the DIN field of a HW descriptors * -- 2.1.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 10/12] staging: ccree: drop no longer used macro Gilad Ben-Yossef <gilad@benyossef.com> - 2017-05-28 16:50 +0200
csiph-web