All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Remove explicit type conversions
@ 2015-10-16 16:18 Shivani Bhardwaj
  2015-10-16 16:18 ` [PATCH 1/3] Staging: fbtft: fb_agm1264k-fl: Remove unnecessary cast Shivani Bhardwaj
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shivani Bhardwaj @ 2015-10-16 16:18 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: outreachy-kernel

This patch removes explicit type conversions as compiler can convert
the type of variables implicitly.
After applying this patch, code looks better.

Shivani Bhardwaj (3):
  Staging: fbtft: fb_agm1264k-fl: Remove unnecessary cast
  Staging: fbtft: fb_ra8875: Remove useless cast
  Staging: fbtft: fb_ssd1331: Remove unnecessary cast

 drivers/staging/fbtft/fb_agm1264k-fl.c | 2 +-
 drivers/staging/fbtft/fb_ra8875.c      | 2 +-
 drivers/staging/fbtft/fb_ssd1331.c     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.1.0



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

end of thread, other threads:[~2015-10-16 16:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-16 16:18 [PATCH 0/3] Remove explicit type conversions Shivani Bhardwaj
2015-10-16 16:18 ` [PATCH 1/3] Staging: fbtft: fb_agm1264k-fl: Remove unnecessary cast Shivani Bhardwaj
2015-10-16 16:19 ` [PATCH 2/3] Staging: fbtft: fb_ra8875: Remove useless cast Shivani Bhardwaj
2015-10-16 16:19 ` [PATCH 3/3] Staging: fbtft: fb_ssd1331: Remove unnecessary cast Shivani Bhardwaj

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.