Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1311372
| From | Andi Shyti <andi.shyti@samsung.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] s2mps11 code refactoring |
| Date | 2016-01-18 09:30 +0100 |
| Message-ID | <qSdmi-6qu-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, the two patches are related to some refactoring of the s2mps11 device driver. The first patch is quite trivial, but it removes a variable which I consider redundant and doesn't improve any readability. The second patch is removing some structures which will be never used in the kernel. The structure removed are merged in a single more generic structure. Thanks, Andi Andi Shyti (2): clk: s2mps11: remove redundant variable clk: s2mps11: allocate only one structure for clock init drivers/clk/clk-s2mps11.c | 82 +++++++++++++---------------------------------- 1 file changed, 23 insertions(+), 59 deletions(-) -- 2.6.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] s2mps11 code refactoring Andi Shyti <andi.shyti@samsung.com> - 2016-01-18 09:30 +0100
[PATCH 1/2] clk: s2mps11: remove redundant variable Andi Shyti <andi.shyti@samsung.com> - 2016-01-18 09:30 +0100
Re: [PATCH 1/2] clk: s2mps11: remove redundant variable Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2016-01-19 00:40 +0100
csiph-web