-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Arkadiusz Miskiewicz schrieb: | On Wednesday 01 February 2006 10:51, Danny van Dyk wrote: | | |>+ (void) bcm43xx_radio_calibrationvalue(bcm); | | What's the purpose of void cast here btw?
'Normal' usage of bcm43xx_radio_calibrationvalue returns the calibration value. The (void) cast remind me and everyone else who reads this code, that the calibration value isn't used here but discarded. The specs[1] explictily state this behaviour. Danny [1] http://bcm-specs.sipsolutions.net/B6PHY Step 27.e - -- Danny van Dyk <[EMAIL PROTECTED]> Gentoo/AMD64 Project, Gentoo Scientific Project -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD4oL6aVNL8NrtU6IRAgOoAKCosfEcbHn30uBTuXGb+6EyqlbVbQCfe5xN rwhCxvfVXLQgvaoWC+LmQY0= =ipbg -----END PGP SIGNATURE----- _______________________________________________ Bcm43xx-dev mailing list [email protected] http://lists.berlios.de/mailman/listinfo/bcm43xx-dev
