public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Staging: xgifb: Removes dead code and unused spinlock conditional compilation logic
@ 2011-02-21  9:09 Javier Martinez Canillas
  2011-02-21  9:43 ` [PATCH 0/3] Staging: xgifb: Removes dead code and unused Dan Carpenter
  0 siblings, 1 reply; 2+ messages in thread
From: Javier Martinez Canillas @ 2011-02-21  9:09 UTC (permalink / raw)
  To: kernel-janitors

In an earlier patch-set I was replacing a set of defines in staging xgifb driver
that hides the synchronization mechanism used to access critical sections.

As Dan Carpenter pointed me, this code depende on the accelerator engine being
activated (XGIfb_accel != 0), but in current driver this seems to be always
deactivated (XGIfb_accel = 0). 

So this patchset removes all the unused code and this spinlock conditional
compilation logic only used in the acceleration mode code.

The patch-set is composed of the following patches:

[PATCH 1/3] Staging: xgifb: Removes dead code
[PATCH 2/3] Staging: xgifb: Remove unused functions
[PATCH 3/3] Staging: xgifb: Remove unused spinlock conditional compilation logic

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

end of thread, other threads:[~2011-02-21  9:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-21  9:09 [PATCH 0/3] Staging: xgifb: Removes dead code and unused spinlock conditional compilation logic Javier Martinez Canillas
2011-02-21  9:43 ` [PATCH 0/3] Staging: xgifb: Removes dead code and unused Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox