All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Remove macros and use BIT macros
@ 2019-03-22  1:26 Madhumitha Prabakaran
  2019-03-22  1:26 ` [PATCH 1/2] Staging: media: davinci_vpfe: Remove SETBIT macro and use BIT macro Madhumitha Prabakaran
  2019-03-22  1:26 ` [PATCH 2/2] Staging: media: davinci_vpfe: Remove RESETBIT " Madhumitha Prabakaran
  0 siblings, 2 replies; 8+ messages in thread
From: Madhumitha Prabakaran @ 2019-03-22  1:26 UTC (permalink / raw)
  To: mchehab, gregkh, outreachy-kernel; +Cc: Madhumitha Prabakaran

This patchset does as follows :
1) Remove SETBIT macro and use BIT macro
2) Remove RESETBIT macro and use BIT macro

Madhumitha Prabakaran (2):
  Staging: media: davinci_vpfe: Remove SETBIT macro and use BIT macro
  Staging: media: davinci_vpfe: Remove RESETBIT macro and use BIT macro

 .../staging/media/davinci_vpfe/dm365_ipipeif.c   | 16 ++++++++--------
 .../staging/media/davinci_vpfe/dm365_ipipeif.h   |  2 --
 2 files changed, 8 insertions(+), 10 deletions(-)

-- 
2.17.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-03-22  7:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-22  1:26 [PATCH 0/2] Remove macros and use BIT macros Madhumitha Prabakaran
2019-03-22  1:26 ` [PATCH 1/2] Staging: media: davinci_vpfe: Remove SETBIT macro and use BIT macro Madhumitha Prabakaran
2019-03-22  5:26   ` Greg KH
2019-03-22  1:26 ` [PATCH 2/2] Staging: media: davinci_vpfe: Remove RESETBIT " Madhumitha Prabakaran
2019-03-22  5:26   ` Greg KH
2019-03-22  6:31     ` [Outreachy kernel] " Julia Lawall
2019-03-22  7:07       ` Greg KH
2019-03-22  6:23   ` [Outreachy kernel] " Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.