All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch v2 0/3] staging: vt6655: Remove functions that are never
@ 2020-03-31  5:16 Briana Oursler
  2020-03-31  5:16 ` [Patch v2 1/3] Staging: vt6655: Remove CARDbSoftwareReset definition Briana Oursler
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Briana Oursler @ 2020-03-31  5:16 UTC (permalink / raw)
  To: julia.lawall, sbrivio, gregkh, forest, outreachy-kernel; +Cc: Briana Oursler

This patchset removes functions that are not called in the driver but
are prototyped in card.h. Each commit limits its scope to one function
definition and related documentation in code. References in the
developer's initial changelog were left in place.

Functions were checked for calls using the Elixir Cross Referencer and
git grep. 

Per Stefano Brivio's recommendation, output of bloatometer script after
changes:

add/remove: 0/3 grow/shrink: 0/0 up/down: 0/-532 (-532)
Function                                     old     new   delta
CARDbSoftwareReset                            10       -     -10
CARDvSetLoopbackMode                          14       -     -14
CARDbRadioPowerOn                            508       -    -508
Total: Before=36131, After=35599, chg -1.47%


Briana Oursler (3):
  Staging: vt6655: Remove CARDbSoftwareReset definition.
  Staging: vt6655: Remove CARDvSetLoopbackMode definition.
  Staging: vt6655: Remove CARDbRadioPowerOn definition.

 drivers/staging/vt6655/card.c | 105 ----------------------------------
 drivers/staging/vt6655/card.h |   4 --
 2 files changed, 109 deletions(-)

-- 
2.24.1



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

end of thread, other threads:[~2020-03-31 20:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-31  5:16 [Patch v2 0/3] staging: vt6655: Remove functions that are never Briana Oursler
2020-03-31  5:16 ` [Patch v2 1/3] Staging: vt6655: Remove CARDbSoftwareReset definition Briana Oursler
2020-03-31  5:16 ` [Patch v2 2/3] Staging: vt6655: Remove CARDvSetLoopbackMode definition Briana Oursler
2020-03-31  5:16 ` [Patch v2 3/3] Staging: vt6655: Remove CARDbRadioPowerOn definition Briana Oursler
2020-03-31 19:09 ` [Outreachy kernel] [Patch v2 0/3] staging: vt6655: Remove functions that are never Stefano Brivio
2020-03-31 19:42   ` Briana Oursler
2020-03-31 20:04     ` Julia Lawall
2020-03-31 20:09       ` Briana Oursler
2020-03-31 20:22         ` 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.