All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Staging: media: Using set_up timer
@ 2015-02-18 16:52 Vaishali Thakkar
  2015-02-18 16:52 ` [PATCH v2 1/2] Staging: media: lirc: Use setup_timer Vaishali Thakkar
  2015-02-18 16:52 ` [PATCH v2 2/2] Staging: media: Change data value in setup_timer function Vaishali Thakkar
  0 siblings, 2 replies; 3+ messages in thread
From: Vaishali Thakkar @ 2015-02-18 16:52 UTC (permalink / raw)
  To: outreachy-kernel

This patch-set introduces the use of function setup_timer
instead of structure assignments as it is the preferred
way to setup and set the timer. This change is done using
Coccinelle. Also, data value of setup_timer function is
changed here.


Vaishali Thakkar (2):
  Staging: media: lirc: Use setup_timer
  Staging: media: Change data value in setup_timer

 drivers/staging/media/lirc/lirc_sir.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

-- 
1.9.1



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

end of thread, other threads:[~2015-02-18 16:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-18 16:52 [PATCH v2 0/2] Staging: media: Using set_up timer Vaishali Thakkar
2015-02-18 16:52 ` [PATCH v2 1/2] Staging: media: lirc: Use setup_timer Vaishali Thakkar
2015-02-18 16:52 ` [PATCH v2 2/2] Staging: media: Change data value in setup_timer function Vaishali Thakkar

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.